GRASS Programmer's Manual  6.4.2(2012)
subprocess.py File Reference

Go to the source code of this file.

Data Structures

class  compat.subprocess.STARTUPINFO
class  compat.subprocess.pywintypes
class  compat.subprocess.Popen

Namespaces

namespace  compat::subprocess

Functions

def compat::subprocess.call
 Run command with arguments.
def compat::subprocess.list2cmdline

Variables

tuple compat::subprocess.mswindows = (sys.platform == "win32")
list compat::subprocess.__all__ = ["Popen", "PIPE", "STDOUT", "call"]
tuple compat::subprocess.MAXFD = os.sysconf("SC_OPEN_MAX")
int compat::subprocess.False = 0
int compat::subprocess.True = 1
list compat::subprocess._active = []
int compat::subprocess.PIPE = 1
int compat::subprocess.STDOUT = 2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines