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

Method __next__

Lib/multiprocessing/managers.py:1050–1051  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1048 def __iter__(self):
1049 return self
1050 def __next__(self, *args):
1051 return self._callmethod('__next__', args)
1052 def send(self, *args):
1053 return self._callmethod('send', args)
1054 def throw(self, *args):

Callers

nothing calls this directly

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected