Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtin_tuple.py
File
builtin_tuple.py
extra_tests/snippets/builtin_tuple.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
assert (1, 2) == (1, 2)
4
Callers
nothing calls this directly
Calls
6
assert_raises
Function · 0.90
repr
Function · 0.85
Foo
Class · 0.70
index
Method · 0.45
append
Method · 0.45
__ne__
Method · 0.45
Tested by
no test coverage detected