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:284–285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
282
def
__iter__(self):
283
return
self
284
def
__next__(self):
285
raise
Exc()
286
287
self.assertRaises(Exc, d.update, badseq())
288
Callers
nothing calls this directly
Calls
1
Exc
Class · 0.70
Tested by
no test coverage detected