[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- cdbx._cdb.CDB:
CDB(file)
- cdbx._cdb.CDBMaker:
CDBMaker - use CDB.make to create instance
- basestring:
Type basestring cannot be instantiated; it is the base for str and unicode.
- str:
str(object='') -> string
- tuple:
tuple() -> empty tuple
tuple(iterable) -> tuple initialized from iterable's items