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

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 = {'delete': '[req|url|path_info]', 'get': '[req|url|p...
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:
{'delete': '[req|url|path_info]',
 'get': '[req|url|path_info], **query_string',
 'head': '[req|url|path_info], **query_string',
 'post': '[req|url|path_info], [Stream()|**query_string_body]',
 'put': '[req|url|path_info], stream'}