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

Class dict2

Lib/test/test_pprint.py:62–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 return '*'*len(frozenset.__repr__(self))
61
62class dict2(dict):
63 pass
64
65class dict3(dict):
66 def __repr__(self):

Callers 1

test_same_as_reprMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_same_as_reprMethod · 0.68