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

File stdlib_functools.py

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

Source from the content-addressed store, hash-verified

1from functools import reduce
2
3from testutils import assert_raises
4

Callers

nothing calls this directly

Calls 9

reduceFunction · 0.90
assert_raisesFunction · 0.90
strFunction · 0.85
SquaresClass · 0.70
TestFailingIterClass · 0.70
BadSeqClass · 0.70
SequenceClassClass · 0.70
joinMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected