MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / __len__

Method __len__

data.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.dedup = dedup
52
53 def __len__(self):
54 return len(self.data)
55
56 def get_inputs(self):
57 inputs = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected