MCPcopy Create free account
hub / github.com/MotrixLab/insactor / __init__

Method __init__

diffmimic/utils/data.py:156–157  ·  view source on GitHub ↗
(self, data_source)

Source from the content-addressed store, hash-verified

154
155class InfiniteSampler(data.sampler.Sampler):
156 def __init__(self, data_source):
157 self.data_source = data_source
158
159 def __iter__(self):
160 while True:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected