MCPcopy Index your code
hub / github.com/RustPython/RustPython / __next__

Method __next__

Lib/test/_test_multiprocessing.py:3160–3161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3158 def __iter__(self):
3159 return self
3160 def __next__(self):
3161 return self._callmethod('__next__')
3162
3163class MyManager(BaseManager):
3164 pass

Callers

nothing calls this directly

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected