| |
- __builtin__.object
-
- SetUpCommandLineFlags
class SetUpCommandLineFlags(__builtin__.object) |
|
A context manager for setting up the android command line flags.
This provides a readable way of using the android command line backend class.
Example usage:
with android_command_line_backend.SetUpCommandLineFlags(
device, backend_settings, startup_args):
# Something to run while the command line flags are set appropriately. |
|
Methods defined here:
- __enter__(self)
- __exit__(self, *args)
- __init__(self, device, backend_settings, startup_args)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |