GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
python.core.Popen Class Reference
Inheritance diagram for python.core.Popen:
Collaboration diagram for python.core.Popen:

Public Member Functions

def __init__
 

Detailed Description

Definition at line 42 of file core.py.

Constructor & Destructor Documentation

def python.core.Popen.__init__ (   self,
  args,
  bufsize = 0,
  executable = None,
  stdin = None,
  stdout = None,
  stderr = None,
  preexec_fn = None,
  close_fds = False,
  shell = None,
  cwd = None,
  env = None,
  universal_newlines = False,
  startupinfo = None,
  creationflags = 0 
)

Definition at line 47 of file core.py.


The documentation for this class was generated from the following file: