UserPreferences

PyroDocGuiRendererGenericStream


1. pyro.gui.renderer.GenericStream

No Docstring

In File: pyrobot/gui/renderer/streams.py

Depends on:

  1. pyro.gui.renderer.GenericStream
    1. Constructor()
    2. External Functions
      1. write(arg)
      2. read(n)
      3. readline()
      4. open(type)
      5. close()
      6. reset()

1.1. Constructor()

No Docstring

1.2. External Functions

1.2.1. write(arg)

No Docstring

Arguments:

1.2.2. read(n)

No Docstring

Arguments:

Returns:

If there is not enough data in the buffer, and EOFError is raised

1.2.3. readline()

No Docstring

Returns:

1.2.4. open(type)

No Docstring

Arguments:

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[].