Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
class
DataManager:
45
@abstractmethod
46
def
get_data_loader(self, data_file, aug):
47
pass
48
49
50
class
SimpleDataManager(DataManager):
Callers
1
save_plk.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected