webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.common.system.executive_mock.MockProcess Class Reference
Inheritance diagram for webkitpy.common.system.executive_mock.MockProcess:

Public Member Functions

def __init__ (self, stdout='MOCK STDOUT\n', stderr='')
 
def wait (self)
 
def communicate (self, input=None)
 
def poll (self)
 

Public Attributes

 pid
 
 stdout
 
 stderr
 
 stdin
 
 returncode
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.system.executive_mock.MockProcess.__init__ (   self,
  stdout = 'MOCK STDOUT\n',
  stderr = '' 
)

Member Function Documentation

◆ 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)

Member Data Documentation

◆ 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: