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

Class ShellClient

source code

object --+
         |
        ShellClient

Instance Methods [hide private]
 
__init__(self, url='/', options=None, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
update_ns(self, ns) source code
 
request_meth(self, k) source code
 
request(self, meth, *args, **kwargs)
forward to restkit.request
source code
 
help(self) source code
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  methods = dict(get= '[req|url|path_info], **query_string', pos...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url='/', options=None, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

methods

Value:
dict(get= '[req|url|path_info], **query_string', post= '[req|url|path_\
info], [Stream()|**query_string_body]', head= '[req|url|path_info], **\
query_string', put= '[req|url|path_info], stream', delete= '[req|url|p\
ath_info]')