Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_collections.py
File
stdlib_collections.py
extra_tests/snippets/stdlib_collections.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
collections
import
deque
2
3
d = deque([0, 1, 2])
4
Callers
nothing calls this directly
Calls
9
len
Function · 0.85
repr
Function · 0.85
appendleft
Method · 0.80
BadRepr
Class · 0.70
append
Method · 0.45
copy
Method · 0.45
extend
Method · 0.45
remove
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected