[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- couchable.core.CouchableAttachment:
Base class for types that should be stored as CouchDB attachments.
- couchable.core.CouchableDb:
Currently, though it is not documented here, the .db parameter is
part of the public API of CouchableDb; it is required for use with
views, etc.
- couchable.core.CouchableDoc:
Base class for types that should be stored as CouchDB documents.