Inheritance diagram for encode.execution.Channel:
Public Member Functions | |
def | __init__ |
def | open |
def | close |
Public Attributes | |
file | |
condition | |
callback | |
id |
Definition at line 87 of file execution.py.
def encode.execution.Channel.__init__ | ( | self, | ||
condition = 0 , |
||||
callback = None | ||||
) |
Definition at line 88 of file execution.py.
def encode.execution.Channel.close | ( | self | ) |
Definition at line 134 of file execution.py.
def encode.execution.Channel.open | ( | self, | ||
file | ||||
) |
Reimplemented in encode.execution.WriteChannel, and encode.execution.ReadChannel.
Definition at line 95 of file execution.py.
Definition at line 93 of file execution.py.
Definition at line 92 of file execution.py.
Definition at line 91 of file execution.py.
Definition at line 101 of file execution.py.