Package restkit :: Package contrib :: Module ipython_shell :: Class JSON
[hide private]

Class JSON

source code

StringIO.StringIO --+    
                    |    
               Stream --+
                        |
                       JSON

Instance Methods [hide private]
 
__init__(self, value) source code
 
__repr__(self) source code

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

Method Details [hide private]

__init__(self, value)
(Constructor)

source code 
Overrides: StringIO.StringIO.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: Stream.__repr__