MCPcopy Create free account
hub / github.com/apple/ml-aspanformer / __init__

Method __init__

tools/SensorData.py:48–50  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

46class SensorData:
47
48 def __init__(self, filename):
49 self.version = 4
50 self.load(filename)
51
52
53 def load(self, filename):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected