webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.tool.multicommandtool_unittest.TrivialTool Class Reference
Inheritance diagram for webkitpy.tool.multicommandtool_unittest.TrivialTool:
webkitpy.tool.multicommandtool.MultiCommandTool

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
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.multicommandtool_unittest.TrivialTool.__init__ (   self,
  commands = None 
)

Member Function Documentation

◆ path()

def webkitpy.tool.multicommandtool_unittest.TrivialTool.path (   self)

◆ should_execute_command()

def webkitpy.tool.multicommandtool_unittest.TrivialTool.should_execute_command (   self,
  command 
)

The documentation for this class was generated from the following file: