MCPcopy Index your code
hub / github.com/RustPython/RustPython / MyUserDict

Class MyUserDict

Lib/test/test_userdict.py:83–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 self.assertEqual(u2b, u2c)
82
83 class MyUserDict(collections.UserDict):
84 def display(self): print(self)
85
86 m2 = MyUserDict(u2)
87 m2a = m2.copy()

Callers 1

test_allMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_allMethod · 0.68