Package pyrobase :: Module testing :: Class DictItemIO
[hide private]
[frames] | no frames]

Class DictItemIO

source code


StringIO that replaces itself in a dict on close.

Instance Methods [hide private]
 
__init__(self, namespace, key, buf='') source code
 
close(self)
Free the memory buffer.
source code

Inherited from StringIO.StringIO: __iter__, flush, getvalue, isatty, next, read, readline, readlines, seek, tell, truncate, write, writelines

Method Details [hide private]

__init__(self, namespace, key, buf='')
(Constructor)

source code 
Overrides: StringIO.StringIO.__init__

close(self)

source code 

Free the memory buffer.

Overrides: StringIO.StringIO.close
(inherited documentation)