|
- Method resolution order:
- RunTestsCommand
- telemetry.internal.util.command_line.OptparseCommand
- telemetry.internal.util.command_line.Command
- telemetry.internal.util.command_line.ArgumentHandlerMixIn
- __builtin__.object
Methods defined here:
- Run(self, args)
- __init__(self)
Class methods defined here:
- AddCommandLineArgs(cls, parser, _) from __builtin__.type
- CreateParser(cls) from __builtin__.type
- ProcessCommandLineArgs(cls, parser, args, _) from __builtin__.type
- main(cls, args=None, stream=None) from __builtin__.type
Data and other attributes defined here:
- usage = '[test_name ...] [<options>]'
Class methods inherited from telemetry.internal.util.command_line.Command:
- Description(cls) from __builtin__.type
- Name(cls) from __builtin__.type
Data descriptors inherited from telemetry.internal.util.command_line.ArgumentHandlerMixIn:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|