MCPcopy Create free account
hub / github.com/Anoise/WTFlib / __iter__

Method __iter__

LDPS_Graph/data_provider/gdata_loader2.py:128–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 raise StopIteration
127
128 def __iter__(self):
129 self.t = 0
130 return self
131
132 def __len__(self):
133 return self.times

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected