MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / __init__

Method __init__

datasets/humandata.py:37–39  ·  view source on GitHub ↗
(self, load_path=None)

Source from the content-addressed store, hash-verified

35class Cache():
36 """A custom implementation for OSX pipeline."""
37 def __init__(self, load_path=None):
38 if load_path is not None:
39 self.load(load_path)
40
41 def load(self, load_path):
42 self.load_path = load_path

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected