MCPcopy Create free account
hub / github.com/CompVis/zigma / __len__

Method __len__

datasets/dataset_wrapper.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 return x,y
17
18 def __len__(self):
19 return 10086

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected