Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyDict
Class
MyDict
Lib/test/test_functools.py:65–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
return
list(self) + list(other)
64
65
class
MyDict(dict):
66
pass
67
68
class
TestImportTime(unittest.TestCase):
69
Callers
1
test_setstate_subclasses
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_setstate_subclasses
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…