[ 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.
- couchdb.client.Database:
Representation of a database on a CouchDB server.
- couchdb.schema.Field:
Basic unit for mapping a piece of data between Python and JSON.
- couchdb.client.Row:
Representation of a row as returned by database views.
- couchdb.schema.Schema
- couchdb.client.Server:
Representation of a CouchDB server.
- couchdb.client.ViewResults:
Representation of a parameterized view (either permanent or temporary)
and the results it produces.
- dict:
dict() -> new empty dictionary.
- list:
list() -> new list
list(sequence) -> new list initialized from sequence's items
- type:
type(object) -> the object's type
type(name, bases, dict) -> a new type