Provides routines to mimic a dbf record.
|
|
_commit_flux(self)
Flushes field updates to disk If any errors restores previous
contents and raises `DbfError` |
source code
|
|
|
|
_retrieve_field_value(self,
index,
name)
Calls appropriate routine to convert value stored in field from array |
source code
|
|
|
|
_rollback_flux(self)
discards all changes since ._start_flux() |
source code
|
|
|
|
|
|
|
_update_field_value(self,
index,
name,
value)
calls appropriate routine to convert value to ascii bytes, and save
it in record |
source code
|
|
|
a new object with type S, a subtype of T
|
__new__(cls,
layout,
original_record=None,
defaults=None)
record = ascii array of entire record; layout=record specification |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__sizeof__,
__subclasshook__
|