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

File builtin_set.py

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

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3assert set([1, 2]) == set([1, 2])
4assert not set([1, 2, 3]) == set([1, 2])

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
setFunction · 0.85
reprFunction · 0.85
lenFunction · 0.85
iterFunction · 0.85
nextFunction · 0.85
strFunction · 0.85
EqObjectClass · 0.85
HashableClass · 0.70
SClass · 0.70
AClass · 0.70
BClass · 0.70

Tested by

no test coverage detected