MCPcopy Create free account
hub / github.com/alibaba/bigcomputing / __iter__

Method __iter__

DIEN/data_iterator.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150
151
152 def __iter__(self):
153 return self
154
155 def reset(self):
156 self.source.seek(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected