GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
python.core.Popen Class Reference

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: