1. pyro.gui.renderer.StreamTranslator
receives a pickled render command stream from a file and sends it to the given renderer
In File: pyrobot/gui/renderer/streams.py
Depends on:
-
string
-
pickle
-
cPickle
-
pyro.gui.renderer.*
1.1. Constructor(stream, renderer, debug = 0)
No Docstring
Arguments:
-
stream: the stream to unpickle
-
renderer: the renderer to render the unpickled stream
-
debug: if true, print debugging messages
1.2. External Functions
1.2.1. process()
No Docstring
Continuously call process_item until it returns false
1.2.2. process_item()
No Docstring
Returns:
-
True if successful, False if there's an EOFError
Translate stream?
