[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- csv.Dialect:
Describe an Excel dialect.
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- dbf.exceptions.DbfError:
Fatal errors elicit this response.
- dbf.exceptions.DbfWarning:
Normal operations elicit this response
- exceptions.StandardError:
Base class for all standard Python exceptions that do not represent
interpreter exiting.
- exceptions.LookupError:
Base class for lookup errors.
- exceptions.KeyError:
Mapping key not found.
- exceptions.StopIteration:
Signal the end from iterator.next().
- dbf.dates.Date:
adds null capable datetime.date constructs
- dbf.dates.DateTime:
adds null capable datetime.datetime constructs
- dbf.tables.DbfTable.DbfIterator:
returns records using current index
- dbf.tables.DbfList:
list of Dbf records, with set-like behavior
- dbf.tables.DbfTable:
Provides a framework for dbf style tables.
- dbf.dates.Time:
adds null capable datetime.time constructs
- dbf.tables._DbfMemo:
Provides access to memo fields as dictionaries must override _init,
_get_memo, and _put_memo to store memo contents to disk
- dbf.tables._Db3Memo:
Provides access to memo fields as dictionaries must override _init,
_get_memo, and _put_memo to store memo contents to disk
- dbf.tables._VfpMemo:
Provides access to memo fields as dictionaries must override _init,
_get_memo, and _put_memo to store memo contents to disk
- dbf.tables._DbfRecord:
Provides routines to extract and save data within the fields of a
dbf record.
- dbf.tables.DbfTable._Table:
implements the weakref table for records
- dbf.tables.DbfTable._TableHeader
- dict:
dict() -> new empty dictionary.
- dbf.tables.property:
Emulate PyProperty_Type() in Objects/descrobject.c