Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __next__
Method
__next__
Lib/test/mapping_tests.py:466–467 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
464
def
__iter__(self):
465
return
self
466
def
__next__(self):
467
raise
Exc()
468
469
self.assertRaises(Exc, self.type2test.fromkeys, BadSeq())
470
Callers
nothing calls this directly
Calls
1
Exc
Class · 0.70
Tested by
no test coverage detected