MCPcopy Create free account
hub / github.com/dcharatan/flowmap / __init__

Method __init__

flowmap/dataset/data_module_overfit.py:8–9  ·  view source on GitHub ↗
(self, limit: int | None = None)

Source from the content-addressed store, hash-verified

6
7class DummyDataset(IterableDataset):
8 def __init__(self, limit: int | None = None) -> None:
9 self.limit = limit
10
11 def __iter__(self) -> Iterator:
12 if self.limit:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected