MCPcopy Create free account
hub / github.com/python/cpython / pos

Function pos

Lib/operator.py:128–130  ·  view source on GitHub ↗

Same as +a.

(a)

Source from the content-addressed store, hash-verified

126 return a | b
127
128def pos(a):
129 "Same as +a."
130 return +a
131
132def pow(a, b):
133 "Same as a ** b."

Callers 2

inflatekiteFunction · 0.85
inflatedartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected