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

File builtin_pow.py

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

Source from the content-addressed store, hash-verified

1from testutils import assert_equal, assert_raises
2
3assert pow(3, 2) == 9
4assert pow(5, 3, 100) == 25

Callers

nothing calls this directly

Calls 6

assert_raisesFunction · 0.90
localsFunction · 0.85
fFunction · 0.70
powFunction · 0.50
itemsMethod · 0.45
startswithMethod · 0.45

Tested by

no test coverage detected