Package gmisclib :: Module fake_file :: Class file
[frames] | no frames]

Class file

source code


Instance Methods
 
__init__(self, mode='rw', name=None) source code

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

Method Details

__init__(self, mode='rw', name=None)
(Constructor)

source code 
Overrides: StringIO.StringIO.__init__