ISFDataBase.register_dumper¶
- data_base.isf_data_base.ISFDataBase.register_dumper(dumper_module)¶
Register a dumper with this database, so it can be used to save data.
Note that a dumper can also be specified when saving data (see
setitem()), so this is not strictly necessary. Make sure to provide the dumper module, not the class or string.- Parameters:¶
- dumper_module : module¶
A module from data_base.IO.LoaderDumper. Must contain a
Loaderclass and adump()method.
See also
LoaderDumper
Documentation unclear, incomplete, broken or wrong? Let us know