Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtin_dict.py
File
builtin_dict.py
extra_tests/snippets/builtin_dict.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
assert len(dict()) == 0
4
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
len
Function · 0.85
repr
Function · 0.85
list
Class · 0.85
reversed
Function · 0.85
next
Function · 0.85
set
Function · 0.85
iter
Function · 0.85
LengthDict
Class · 0.85
str
Function · 0.85
isinstance
Function · 0.85
move_to_end
Method · 0.80
Tested by
no test coverage detected