asv.commands.quickstart¶
Attributes¶
Classes¶
Helper class that provides a standard way to create an ABC using |
Functions¶
|
Append ASV template .gitignore lines that are missing from dest_path. |
Module Contents¶
- asv.commands.quickstart._merge_gitignore(template_path, dest_path)[source]¶
Append ASV template .gitignore lines that are missing from dest_path.
Returns True if any lines were appended.
- class asv.commands.quickstart.Quickstart[source]¶
Helper class that provides a standard way to create an ABC using inheritance.
- classmethod setup_arguments(subparsers)[source]¶
Method to add the parser and arguments of the command.
In most cases, subparser.add_parser(cmd_name) should be called to add the command (where cmd_name is for example run or continuous). And then call add_argument to the returned parser, to add the command arguments.