hemlock Package

hemlock Module

hemlock_options_parser Module

class hemlock.hemlock_options_parser.PassThroughOptionParser(usage=None, option_list=None, option_class=<class optparse.Option at 0x29ea940>, version=None, conflict_handler='error', description=None, formatter=None, add_help_option=True, prog=None, epilog=None)[source]

Bases: optparse.OptionParser

An unknown option pass-through implementation of OptionParser.

When unknown arguments are encountered, bundle with largs and try again, until rargs is depleted.

sys.exit(status) will still be called if a known argument is passed incorrectly (e.g. missing arguments or bad argument types, etc.)

hemlock_scheduler Module

test_hemlock Module

Project Versions

Table Of Contents

Previous topic

Welcome to hemlock’s documentation!

Next topic

clients Package

This Page