|
def | __init__ (self, name, udid, host) |
|
def | install_app (self, app_path, env=None) |
|
def | launch_app (self, bundle_id, args, env=None) |
|
def | __eq__ (self, other) |
|
def | __ne__ (self, other) |
|
def | __repr__ (self) |
|
◆ __init__()
def webkitpy.xcode.device.Device.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
udid, |
|
|
|
host |
|
) |
| |
◆ __eq__()
def webkitpy.xcode.device.Device.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __ne__()
def webkitpy.xcode.device.Device.__ne__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __repr__()
def webkitpy.xcode.device.Device.__repr__ |
( |
|
self | ) |
|
◆ install_app()
def webkitpy.xcode.device.Device.install_app |
( |
|
self, |
|
|
|
app_path, |
|
|
|
env = None |
|
) |
| |
◆ launch_app()
def webkitpy.xcode.device.Device.launch_app |
( |
|
self, |
|
|
|
bundle_id, |
|
|
|
args, |
|
|
|
env = None |
|
) |
| |
◆ name
webkitpy.xcode.device.Device.name |
◆ udid
webkitpy.xcode.device.Device.udid |
The documentation for this class was generated from the following file: