[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- couchdb.schema.Schema
- couchdb.client.Server:
Representation of a CouchDB server.
- list:
list() -> new list
list(sequence) -> new list initialized from sequence's items
- couchdb.client.View:
Representation of a permanent view on the server.
- couchdb.schema.Field:
Basic unit for mapping a piece of data between Python and JSON.
- couchdb.client.Database:
Representation of a database on a CouchDB server.
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- type:
type(object) -> the object's type
type(name, bases, dict) -> a new type