eradiate.data.init_data_store#

eradiate.data.init_data_store(offline=None)[source]#

Initialize the global data store.

Parameters:

offline (bool, optional) – If True, replace all online data stores with blind directory data stores. If unset, the global offline configuration is used.

Notes

This function is called automatically when the eradiate.data package is imported.