data_base
❭ isf_data_base
❭ ISFDataBase
❭ get
ISFDataBase.get¶
- data_base.isf_data_base.ISFDataBase.get(key, lock=None, \*\*kwargs)¶
Get data from the database.
This is the main method to get data from a DataBase. This method allows to pass additional arguments to the Loader. Modules in
LoaderDumper
make use of this feature if they require additional arguments in theirload()
method.This method is thread safe, if you provide a lock.