MCPcopy Create free account
hub / github.com/ICTMCG/FakeSV / __len__

Method __len__

code/utils/dataloader.py:483–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

481
482
483 def __len__(self):
484 return self.data.shape[0]
485
486 def __getitem__(self, idx):
487 item = self.data.iloc[idx]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected