MCPcopy Create free account
hub / github.com/grantjenks/python-sortedcontainers / MyDict

Class MyDict

tests/issue_147.py:33–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31check(lambda: SortedDict({'a': 1, 'b': 2}))
32
33class MyDict(dict):
34 pass
35
36check(lambda: MyDict({'a': 1, 'b': 2}))
37

Callers 1

issue_147.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected