Package wtf :: Package app :: Module response :: Class Done
[hide private]
[frames] | no frames]

Class Done

source code

              object --+            
                       |            
exceptions.BaseException --+        
                           |        
       exceptions.SystemExit --+    
                               |    
      http_response.HTTPResponse --+
                                   |
                                  Done

Request Done exception

Use this is cases where return is not applicable (e.g. decorators).

Instance Methods [hide private]

Inherited from http_response.HTTPResponse: __init__, body, headers, init

Inherited from exceptions.SystemExit: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from http_response.HTTPResponse: reason, status

Inherited from http_response.HTTPResponse (private): _FRAME

Instance Variables [hide private]

Inherited from http_response.HTTPResponse: message, param

Properties [hide private]

Inherited from exceptions.SystemExit: code

Inherited from exceptions.BaseException: args

Inherited from object: __class__