GRASS Programmer's Manual
6.4.2(2012)
|
Subclass subprocess.Popen. More...
Public Member Functions | |
def | __init__ |
def | recv |
def | recv_err |
def | send_recv |
def | get_conn_maxsize |
def | kill |
Try to kill running process. | |
def | send |
def | send |
def gui_modules.gcmd.Popen.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 114 of file gcmd.py.
References gui_modules.render.map.
def gui_modules.gcmd.Popen.get_conn_maxsize | ( | self, | |
which, | |||
maxsize | |||
) |
Definition at line 135 of file gcmd.py.
Referenced by gui_modules.gcmd.Popen.send().
def gui_modules.gcmd.Popen.kill | ( | self | ) |
Try to kill running process.
Definition at line 146 of file gcmd.py.
References compat.subprocess.Popen.pid.
def gui_modules.gcmd.Popen.recv | ( | self, | |
maxsize = None |
|||
) |
Definition at line 126 of file gcmd.py.
References gui_modules.gcmd.Popen._recv().
Referenced by gui_modules.gcmd.Popen.send_recv().
def gui_modules.gcmd.Popen.recv_err | ( | self, | |
maxsize = None |
|||
) |
Definition at line 129 of file gcmd.py.
References gui_modules.gcmd.Popen._recv().
Referenced by gui_modules.gcmd.Popen.send_recv().
def gui_modules.gcmd.Popen.send | ( | self, | |
input | |||
) |
Definition at line 159 of file gcmd.py.
References gui_modules.gcmd.Popen._close(), compat.subprocess.Popen._translate_newlines(), gui_modules.gcmd.Popen.get_conn_maxsize(), gui_modules.gcmd.CommandThread.stdin, compat.subprocess.Popen.stdin, and compat.subprocess.Popen.universal_newlines.
Referenced by gui_modules.gcmd.Popen.send(), and gui_modules.gcmd.Popen.send_recv().
def gui_modules.gcmd.Popen.send | ( | self, | |
input | |||
) |
Definition at line 199 of file gcmd.py.
References gui_modules.gcmd.Popen._close(), compat.subprocess.Popen._translate_newlines(), gui_modules.gcmd.Popen.get_conn_maxsize(), gui_modules.gcmd.Popen.send(), gui_modules.gcmd.CommandThread.stdin, compat.subprocess.Popen.stdin, and compat.subprocess.Popen.universal_newlines.
def gui_modules.gcmd.Popen.send_recv | ( | self, | |
input = '' , |
|||
maxsize = None |
|||
) |
Definition at line 132 of file gcmd.py.
References gui_modules.gcmd.Popen.recv(), gui_modules.gcmd.Popen.recv_err(), and gui_modules.gcmd.Popen.send().