MCPcopy 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
65class MyDict(dict):
66 pass
67
68class TestImportTime(unittest.TestCase):
69

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…