MCPcopy 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

1from testutils import assert_raises
2
3assert (1, 2) == (1, 2)
4

Callers

nothing calls this directly

Calls 6

assert_raisesFunction · 0.90
reprFunction · 0.85
FooClass · 0.70
indexMethod · 0.45
appendMethod · 0.45
__ne__Method · 0.45

Tested by

no test coverage detected