Package cherrypy :: Module _cprequest :: Class Body
[hide private]
[frames] | no frames]

Class Body

source code

object --+
         |
        Body

The body of the HTTP response (the response entity).

Instance Methods [hide private]
 
__get__(self, obj, objclass=None) source code
 
__set__(self, obj, value) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__