Package gmisclib :: Module spread_jobs :: Class unpickled_pseudofile
[frames] | no frames]

Class unpickled_pseudofile

source code


For testing.

Instance Methods
 
__init__(self) 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

__init__(self)
(Constructor)

source code 
Overrides: StringIO.StringIO.__init__

close(self)

source code 

Free the memory buffer.

Overrides: StringIO.StringIO.close
(inherited documentation)