MCPcopy Index your code
hub / github.com/python/cpython / MyUserDict

Class MyUserDict

Lib/test/test_userdict.py:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 self.assertEqual(u2b, u2c)
92
93 class MyUserDict(collections.UserDict):
94 def display(self): print(self)
95
96 m2 = MyUserDict(u2)
97 m2a = m2.copy()

Callers 1

test_allMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_allMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…