◆ __init__()
def webkitpy.common.system.executive_mock.MockProcess.__init__ |
( |
|
self, |
|
|
|
stdout = 'MOCK STDOUT\n' , |
|
|
|
stderr = '' |
|
) |
| |
◆ communicate()
def webkitpy.common.system.executive_mock.MockProcess.communicate |
( |
|
self, |
|
|
|
input = None |
|
) |
| |
◆ poll()
def webkitpy.common.system.executive_mock.MockProcess.poll |
( |
|
self | ) |
|
◆ wait()
def webkitpy.common.system.executive_mock.MockProcess.wait |
( |
|
self | ) |
|
◆ pid
webkitpy.common.system.executive_mock.MockProcess.pid |
◆ returncode
webkitpy.common.system.executive_mock.MockProcess.returncode |
◆ stderr
webkitpy.common.system.executive_mock.MockProcess.stderr |
◆ stdin
webkitpy.common.system.executive_mock.MockProcess.stdin |
◆ stdout
webkitpy.common.system.executive_mock.MockProcess.stdout |
The documentation for this class was generated from the following file: