| Home | Trees | Indices | Help | 
|---|
|  | 
 
Model class for requests that don't return JSON. Serializes and de-serializes between JSON and the Python object representation of HTTP request, and returns the raw bytes of the response body.
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| accept = '*/*' | |||
| content_type = 'application/json' | |||
| alt_param = None | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Perform the actual deserialization from response string to Python object. Args: content: string, the body of the HTTP response Returns: The body de-serialized as a Python object. 
 | 
| 
 
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Tue Nov 1 17:02:50 2016 | http://epydoc.sourceforge.net |