MCPcopy Create free account
hub / github.com/CausalLearning/robust-unlearnable-examples / __len__

Method __len__

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

Source from the content-addressed store, hash-verified

51 return x, y
52
53 def __len__(self):
54 return len(self.x)
55
56
57class IndexedDataset():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected