MCPcopy Create free account
hub / github.com/DanielShalam/BPA / get_data_loader

Method get_data_loader

methods/pt_map/data/datamgr.py:46–47  ·  view source on GitHub ↗
(self, data_file, aug)

Source from the content-addressed store, hash-verified

44class DataManager:
45 @abstractmethod
46 def get_data_loader(self, data_file, aug):
47 pass
48
49
50class SimpleDataManager(DataManager):

Callers 1

save_plk.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected