Home | Trees | Indices | Help |
---|
|
|
|||
|
UnicodeType unicode(string [, encoding[, errors]]) -> object |
||
|
_FileInterface Internal interface to a tables.File object.
|
||
|
Pickler Pickles Python objects to a HDF5 file. |
||
|
Unpickler Unpickles Python objects from a HDF5 file. |
||
| _EmptyClass |
|
|||
| _DEBUG(*args) | ||
| checkflavor(flavor, x=None, y=None) | ||
|
_checkNameValidity(name) Check the validity of the name of a PyTables object,
so that PyTables won't spew warnings or exceptions...
|
||
| _check_pytables_name(key) | ||
|
dump(obj,
file,
path,
type_map=None) Dump a Python object to an open PyTables HDF5 file. |
||
|
load(file,
path) Load a Python object from an open PyTables HDF5 file. |
||
|
dump_many(file,
desc,
type_map=None) Dump multiple Python objects to an open PyTables HDF5 file, preserving any references between the objects. |
||
|
load_many(file,
paths) Load multiple Python objects from the file, preserving any references between them. |
|
|||
|
BOOL = 'BB'
|
||
|
REF = 'RR'
|
||
|
COMPLEX = 'CC'
|
||
|
NUMARRAY = 'NA'
|
||
|
NUMPY = 'NP'
|
||
|
NUMERIC = 'NU'
|
||
|
HIGHEST_PROTOCOL = 2 The pickling (programming) protocol supported by this module |
||
|
PyStringMap = None
|
||
| NoSuchNodeError | ||
|
NumericArrayType_native = False
|
||
|
NumarrayArrayType_native = True
|
||
|
NumpyArrayType_native = True
|
||
|
HDF5PICKLE_PROTOCOL = 1 Identifier for the current HDF5 pickling protocol |
||
|
pythonIdRE = <_sre.SRE_Pattern object at 0x8350980>
|
||
|
reservedIdRE = <_sre.SRE_Pattern object at 0x8583260>
|
|
|
|
name of a PyTables object,
so that PyTables won't spew warnings or exceptions...
|
|
|
|
Dump multiple Python objects to an open PyTables HDF5 file, preserving any references between the objects. Calling dump(file, path) many times for objects keeping references to each other would result in duplicated data.
|
Load multiple Python objects from the file, preserving any references between them. Calling load(file, path) many times for objects keeping references to each other would result to duplicated data.
|
|
BOOLNone
|
REFNone
|
COMPLEXNone
|
NUMARRAYNone
|
NUMPYNone
|
NUMERICNone
|
HIGHEST_PROTOCOLThe pickling (programming) protocol supported by this module
|
PyStringMapNone
|
NoSuchNodeErrorNone
|
NumericArrayType_nativeNone
|
NumarrayArrayType_nativeNone
|
NumpyArrayType_nativeNone
|
HDF5PICKLE_PROTOCOLIdentifier for the current HDF5 pickling protocol
|
pythonIdRENone
|
reservedIdRENone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Apr 20 21:21:24 2007 | http://epydoc.sourceforge.net |