Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __next__
Method
__next__
Lib/test/_test_multiprocessing.py:3431–3432 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3429
def
__iter__(self):
3430
return
self
3431
def
__next__(self):
3432
return
self._callmethod(
'__next__'
)
3433
3434
class
MyManager(BaseManager):
3435
pass
Callers
nothing calls this directly
Calls
1
_callmethod
Method · 0.80
Tested by
no test coverage detected