MCPcopy Create free account
hub / github.com/apple/ml-pointersect / __len__

Method __len__

tests/cdslib/script/test_base_train.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 assert self.xs.size(0) == self.ys.size(0)
22
23 def __len__(self):
24 return self.xs.size(0)
25
26 def __getitem__(self, i):
27 return (

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected