Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
def
pos(a):
129
"Same as +a."
130
return
+a
131
132
def
pow(a, b):
133
"Same as a ** b."
Callers
2
inflatekite
Function · 0.85
inflatedart
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected