Inheritance diagram for encode.output.Output:


Public Member Functions | |
| def | __init__ |
| def | get_view |
| def | set_batch |
Definition at line 36 of file output.py.
| def encode.output.Output.__init__ | ( | self | ) |
| def encode.output.Output.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 from encode.environment.OutputExtension.
1.4.7