MCPcopy 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

1from collections import deque
2
3d = deque([0, 1, 2])
4

Callers

nothing calls this directly

Calls 9

lenFunction · 0.85
reprFunction · 0.85
appendleftMethod · 0.80
BadReprClass · 0.70
appendMethod · 0.45
copyMethod · 0.45
extendMethod · 0.45
removeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected