Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
check(
lambda
: SortedDict({
'a'
: 1,
'b'
: 2}))
32
33
class
MyDict(dict):
34
pass
35
36
check(
lambda
: MyDict({
'a'
: 1,
'b'
: 2}))
37
Callers
1
issue_147.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected