1. pyro.gui.renderer.GenericStream
No Docstring
In File: pyrobot/gui/renderer/streams.py
Depends on:
-
pickle
-
cPickle
-
pyro.gui.renderer.*
1.1. Constructor()
No Docstring
1.2. External Functions
1.2.1. write(arg)
No Docstring
Arguments:
-
arg: item to be added to the stream
1.2.2. read(n)
No Docstring
Arguments:
-
n: number of (bytes? items? chars?) to be read
Returns:
-
n number of [items].
If there is not enough data in the buffer, and EOFError is raised
1.2.3. readline()
No Docstring
Returns:
-
A line, with an CR character on the end.
1.2.4. open(type)
No Docstring
Arguments:
-
type: ?
calls self.init(self), which isn't defined (a type for init?)
1.2.5. close()
close it, and now you can read from it
If self.status is 0, it changes it to 1, and copies lines[] to copy. Not exactly sure what status does; it's not used internally.
1.2.6. reset()
No Docstring
copies copy[] to lines[].
