Public Member Functions | |
def | __init__ |
def | set_batch |
Command output viewer.
Definition at line 502 of file environment.py.
def encode.environment.OutputExtension.__init__ | ( | self | ) |
Reimplemented from encode.extension.Extension.
Reimplemented in encode.output.Output.
Definition at line 505 of file environment.py.
def encode.environment.OutputExtension.set_batch | ( | self, | ||
batch | ||||
) |
Associates BATCH with this object. The batch's output callbacks should be implemented. The execution can be monitored via via signals. All ties to an old batch should be cut when a new one is set.
Reimplemented in encode.output.Output.
Definition at line 508 of file environment.py.