Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
from
testutils
import
assert_equal, assert_raises
2
3
assert pow(3, 2) == 9
4
assert pow(5, 3, 100) == 25
Callers
nothing calls this directly
Calls
6
assert_raises
Function · 0.90
locals
Function · 0.85
f
Function · 0.70
pow
Function · 0.50
items
Method · 0.45
startswith
Method · 0.45
Tested by
no test coverage detected