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

Class UserDictSubclass

Lib/test/test_userdict.py:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class UserDictSubclass(UserDict):
11 pass
12
13class UserDictSubclass2(UserDict):
14 pass

Callers 2

test_mixed_orMethod · 0.85
test_mixed_iorMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_mixed_orMethod · 0.68
test_mixed_iorMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…