Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ FailingUserDict
Class
FailingUserDict
Lib/test/mapping_tests.py:238–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
237
d = self._empty_mapping()
238
class
FailingUserDict:
239
def
keys(self):
240
raise
Exc
241
self.assertRaises(Exc, d.update, FailingUserDict())
242
243
d.clear()
Callers
1
test_update
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_update
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…