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

Class Response

source code

             object --+    
                      |    
webob.response.Response --+
                          |
                         Response

Represents a WSGI response

Nested Classes [hide private]

Inherited from webob.response.Response: RequestClass

Instance Methods [hide private]
 
__str__(self, skip_body=True)
str(x)
source code
 
__call__(self)
WSGI application interface
source code

Inherited from webob.response.Response: __init__, __repr__, app_iter_range, conditional_response_app, copy, decode_content, delete_cookie, encode_content, md5_etag, merge_cookies, set_cookie, unset_cookie, write

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

Class Methods [hide private]

Inherited from webob.response.Response: from_file

Class Variables [hide private]

Inherited from webob.response.Response: default_charset, default_conditional_response, default_content_type, status_code, unicode_errors

Properties [hide private]

Inherited from webob.response.Response: accept_ranges, age, allow, app_iter, body, body_file, cache_control, cache_expires, charset, content_disposition, content_encoding, content_language, content_length, content_location, content_md5, content_range, content_type, content_type_params, date, environ, etag, expires, headerlist, headers, last_modified, location, pragma, request, retry_after, server, status, status_int, text, ubody, unicode_body, vary, www_authenticate

Inherited from object: __class__

Method Details [hide private]

__str__(self, skip_body=True)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__call__(self)
(Call operator)

source code 

WSGI application interface

Overrides: webob.response.Response.__call__
(inherited documentation)