Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grantjenks/python-sortedcontainers
/ test_init
Function
test_init
tests/test_coverage_sorteddict.py:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
return
dic.items()
34
35
def
test_init():
36
temp = SortedDict()
37
assert temp.key is None
38
temp._check()
39
40
def
test_init_key():
41
temp = SortedDict(negate)
Callers
nothing calls this directly
Calls
2
_check
Method · 0.95
SortedDict
Class · 0.90
Tested by
no test coverage detected