Public Member Functions | |
def | __init__ |
def | redirect_input |
def | redirect_output |
def | redirect |
def | start |
def | stop |
def | kill |
def | is_alive |
def | on_channel_opened |
def | on_channel_closed |
def | on_child_exited |
Public Attributes | |
channels | |
open_channels | |
pid | |
watch | |
status |
Definition at line 207 of file execution.py.
def encode.execution.Executor.__init__ | ( | self | ) |
Definition at line 208 of file execution.py.
def encode.execution.Executor.is_alive | ( | self | ) |
Definition at line 248 of file execution.py.
def encode.execution.Executor.kill | ( | self, | ||
signal | ||||
) |
Definition at line 244 of file execution.py.
def encode.execution.Executor.on_channel_closed | ( | self, | ||
channel | ||||
) |
Definition at line 254 of file execution.py.
def encode.execution.Executor.on_channel_opened | ( | self, | ||
channel | ||||
) |
Definition at line 251 of file execution.py.
def encode.execution.Executor.on_child_exited | ( | self, | ||
pid, | ||||
status | ||||
) |
Definition at line 259 of file execution.py.
def encode.execution.Executor.redirect | ( | self, | ||
fileno, | ||||
channel | ||||
) |
Definition at line 224 of file execution.py.
def encode.execution.Executor.redirect_input | ( | self, | ||
fileno | ||||
) |
Definition at line 218 of file execution.py.
def encode.execution.Executor.redirect_output | ( | self, | ||
fileno | ||||
) |
Definition at line 221 of file execution.py.
def encode.execution.Executor.start | ( | self, | ||
job | ||||
) |
Definition at line 231 of file execution.py.
def encode.execution.Executor.stop | ( | self | ) |
Definition at line 238 of file execution.py.
Definition at line 211 of file execution.py.
Definition at line 212 of file execution.py.
Definition at line 214 of file execution.py.
Definition at line 216 of file execution.py.
Definition at line 215 of file execution.py.