webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, commands=None) |
def | path (self) |
def | should_execute_command (self, command) |
Public Member Functions inherited from webkitpy.tool.multicommandtool.MultiCommandTool | |
def | __init__ (self, name=None, commands=None) |
def | name (self) |
def | command_by_name (self, command_name) |
def | path (self) |
def | command_completed (self) |
def | should_show_in_main_help (self, command) |
def | should_execute_command (self, command) |
def | handle_global_options (self, options) |
def | main (self, argv=sys.argv) |
Additional Inherited Members | |
Public Attributes inherited from webkitpy.tool.multicommandtool.MultiCommandTool | |
commands | |
help_command | |
Static Public Attributes inherited from webkitpy.tool.multicommandtool.MultiCommandTool | |
global_options | |
def webkitpy.tool.multicommandtool_unittest.TrivialTool.__init__ | ( | self, | |
commands = None |
|||
) |
def webkitpy.tool.multicommandtool_unittest.TrivialTool.path | ( | self | ) |
def webkitpy.tool.multicommandtool_unittest.TrivialTool.should_execute_command | ( | self, | |
command | |||
) |