| Trees | Indices | Help |
|
|---|
|
|
object --+
|
HermesResource
Object representation of an XML based resource.
This class can be subclassed to handle site-specific XML data. Example:
class GoogleResource(Resource):
"""Handles Google xml."""
...
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
x.__getattribute__('name') <==> x.name
|
repr(x)
|
str(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 27 12:35:57 2008 | http://epydoc.sourceforge.net |