MCPcopy 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
124def pow(a, b):
125 "Same as a ** b."
126 return a ** b
127
128def rshift(a, b):
129 "Same as a >> b."

Callers 7

_read_floatFunction · 0.85
__hash__Method · 0.85
__hash__Method · 0.85
_power_moduloMethod · 0.85
_pydecimal.pyFile · 0.85
operator()Method · 0.85
group_adjustorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected