Package twisted :: Package test :: Module test_nmea :: Class StringIOWithNoClose
[show private | hide private]
[frames | no frames]

Class StringIOWithNoClose

StringIO --+
           |
          StringIOWithNoClose


Method Summary
  __init__(self, buf)
(inherited from StringIO)
  __iter__(self)
(inherited from StringIO)
  close(self)
Free the memory buffer.
  flush(self)
(inherited from StringIO)
  getvalue(self)
Retrieve the entire contents of the "file" at any time before the StringIO object's close() method is called. (inherited from StringIO)
  isatty(self)
(inherited from StringIO)
  read(self, n)
(inherited from StringIO)
  readline(self, length)
(inherited from StringIO)
  readlines(self, sizehint)
(inherited from StringIO)
  seek(self, pos, mode)
(inherited from StringIO)
  tell(self)
(inherited from StringIO)
  truncate(self, size)
(inherited from StringIO)
  write(self, s)
(inherited from StringIO)
  writelines(self, list)
(inherited from StringIO)

Method Details

close(self)

Free the memory buffer.
Overrides:
StringIO.StringIO.close (inherited documentation)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:15 2003 http://epydoc.sf.net