asv.commands.common_args¶
Classes¶
Parses multiple key=value assignments into a dictionary. |
|
Backward compatibility --python XYZ argument, |
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parse a positive integer argument |
|
Parse a positive integer argument |
|
Parse a time period argument with unit suffix |
Module Contents¶
- asv.commands.common_args.add_compare(parser, only_changed_default=False, sort_default='name')[source]¶
- class asv.commands.common_args.DictionaryArgAction(option_strings, dest, converters=None, choices=None, dict_dest=None, **kwargs)[source]¶
Parses multiple key=value assignments into a dictionary.