MCPcopy Create free account
hub / github.com/Mattdl/ContinualPrototypeEvolution / next

Method next

main.py:206–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204 return self.length
205
206 def next(self):
207 return self.__next__()
208
209 def __next__(self):
210 if self.current >= self.length:

Callers

nothing calls this directly

Calls 1

__next__Method · 0.95

Tested by

no test coverage detected