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

Module ipython_shell

source code


Version: 3.2.1

Classes [hide private]
  Stream
  JSON
  Response
Represents a WSGI response
  Request
  ContentTypes
  API
  Shell
  ShellClient
Functions [hide private]
 
main(*args, **kwargs) source code
Variables [hide private]
  ctypes = <ContentTypes(['application_atom_xml', 'application_j...
  HELP = '\nrestkit shell\n=============\n\nHTTP Methods\n------...
  __package__ = 'restkit.contrib'
Variables Details [hide private]

ctypes

Value:
<ContentTypes(['application_atom_xml', 'application_json', 'applicatio\
n_rss_xml', 'application_xhtml_xml', 'application_xml', 'application_x\
sl_xml', 'application_xslt_xml', 'image_svg_xml', 'text_html', 'text_x\
ml'])>

HELP

Value:
'''
restkit shell
=============

HTTP Methods
------------

%(methods)s
...