| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
ResponseParser
This is the base class for all response parsers.
All subclasses should implement the parse method. To make
your parser available to the Response
class, you must add it to the Response.PARSERS dict using
the format ('json', 'xml', etc.) as the key.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 30 17:41:50 2011 | http://epydoc.sourceforge.net |