MCPcopy Index your code
hub / github.com/RustPython/RustPython / operator_membership.py

File operator_membership.py

extra_tests/snippets/operator_membership.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3# test lists
4assert 3 in [1, 2, 3]

Callers

nothing calls this directly

Calls 5

assert_raisesFunction · 0.90
setFunction · 0.85
iterFunction · 0.85
MyContainingClassClass · 0.85

Tested by

no test coverage detected