All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends
Public Member Functions | Public Attributes | Static Public Attributes
go.AsyncProc Class Reference
Inheritance diagram for go.AsyncProc:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def execute
def killThread
def stop

Public Attributes

 procName
 state

Static Public Attributes

tuple err = pp.stderr.read()
tuple myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul")
 myKill = lambdaself:None
tuple out = pp.stdout.read()
tuple pp = Popen(command.split(),stdin=PIPE, stdout=PIPE, stderr=PIPE)

Detailed Description

Definition at line 286 of file go.py.


Constructor & Destructor Documentation

def go.AsyncProc.__init__ (   self,
  command,
  procName = None,
  input = None,
  timeout = None,
  name = None 
)

Definition at line 298 of file go.py.


Member Function Documentation

def go.AsyncProc.execute (   self,
  command,
  input 
)

Definition at line 306 of file go.py.

def go.AsyncProc.killThread (   self,
  timeout 
)

Definition at line 331 of file go.py.

def go.AsyncProc.stop (   self)

Reimplemented from go.Async.

Definition at line 326 of file go.py.


Member Data Documentation

tuple go.AsyncProc::err = pp.stderr.read() [static]

Definition at line 318 of file go.py.

tuple go.AsyncProc::myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul") [static]

Definition at line 290 of file go.py.

go.AsyncProc::myKill = lambdaself:None [static]

Definition at line 294 of file go.py.

tuple go.AsyncProc::out = pp.stdout.read() [static]

Definition at line 317 of file go.py.

tuple go.AsyncProc::pp = Popen(command.split(),stdin=PIPE, stdout=PIPE, stderr=PIPE) [static]

Definition at line 309 of file go.py.

Definition at line 298 of file go.py.

Reimplemented from go.Async.

Definition at line 331 of file go.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


cob_goco
Author(s): Winfried Baum
autogenerated on Fri Mar 1 2013 17:46:33