|
def | __init__ (self, options=None, requires_local_commits=False) |
|
def | set_option_parser (self, option_parser) |
|
def | bind_to_tool (self, tool) |
|
def | name_with_arguments (self) |
|
def | parse_args (self, args) |
|
def | check_arguments_and_execute (self, options, args, tool=None) |
|
def | standalone_help (self) |
|
def | execute (self, options, args, tool) |
|
def | main (self, args=sys.argv) |
|
◆ __init__()
def webkitpy.tool.multicommandtool.Command.__init__ |
( |
|
self, |
|
|
|
options = None , |
|
|
|
requires_local_commits = False |
|
) |
| |
◆ bind_to_tool()
def webkitpy.tool.multicommandtool.Command.bind_to_tool |
( |
|
self, |
|
|
|
tool |
|
) |
| |
◆ check_arguments_and_execute()
def webkitpy.tool.multicommandtool.Command.check_arguments_and_execute |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
tool = None |
|
) |
| |
◆ execute()
def webkitpy.tool.multicommandtool.Command.execute |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
tool |
|
) |
| |
◆ main()
def webkitpy.tool.multicommandtool.Command.main |
( |
|
self, |
|
|
|
args = sys.argv |
|
) |
| |
◆ name_with_arguments()
def webkitpy.tool.multicommandtool.Command.name_with_arguments |
( |
|
self | ) |
|
◆ parse_args()
def webkitpy.tool.multicommandtool.Command.parse_args |
( |
|
self, |
|
|
|
args |
|
) |
| |
◆ set_option_parser()
def webkitpy.tool.multicommandtool.Command.set_option_parser |
( |
|
self, |
|
|
|
option_parser |
|
) |
| |
◆ standalone_help()
def webkitpy.tool.multicommandtool.Command.standalone_help |
( |
|
self | ) |
|
◆ argument_names
webkitpy.tool.multicommandtool.Command.argument_names |
|
static |
◆ help_text
webkitpy.tool.multicommandtool.Command.help_text |
|
static |
◆ long_help
webkitpy.tool.multicommandtool.Command.long_help |
|
static |
◆ name
webkitpy.tool.multicommandtool.Command.name |
|
static |
◆ option_parser
webkitpy.tool.multicommandtool.Command.option_parser |
◆ options
webkitpy.tool.multicommandtool.Command.options |
◆ required_arguments
webkitpy.tool.multicommandtool.Command.required_arguments |
◆ requires_local_commits
webkitpy.tool.multicommandtool.Command.requires_local_commits |
◆ show_in_main_help
webkitpy.tool.multicommandtool.Command.show_in_main_help |
|
static |
The documentation for this class was generated from the following file: