Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ pow
Function
pow
tools/python-3.11.9-amd64/Lib/operator.py:124–126 ·
view source on GitHub ↗
Same as a ** b.
(a, b)
Source
from the content-addressed store, hash-verified
122
return
+a
123
124
def
pow(a, b):
125
"Same as a ** b."
126
return
a ** b
127
128
def
rshift(a, b):
129
"Same as a >> b."
Callers
7
_read_float
Function · 0.85
__hash__
Method · 0.85
__hash__
Method · 0.85
_power_modulo
Method · 0.85
_pydecimal.py
File · 0.85
operator()
Method · 0.85
group_adjustor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected