| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
CouchableDoc
Base class for types that should be stored as CouchDB documents.
Note: Deriving from this class is optional; classes may also use registerDocType. The only advantage to subclassing this is that registerDocType has already been called for this class.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Basic hook point for adding behavior needed just prior to storage. Defaults to a no-op.
|
Basic hook point for adding behavior needed just after to loading. Defaults to a no-op.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 4 15:24:14 2010 | http://epydoc.sourceforge.net |