Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ add
Function
add
Lib/operator.py:83–85 ·
view source on GitHub ↗
Same as a + b.
(a, b)
Source
from the content-addressed store, hash-verified
81
return
_abs(a)
82
83
def
add(a, b):
84
"Same as a + b."
85
return
a + b
86
87
def
and_(a, b):
88
"Same as a & b."
Callers
3
_translate
Function · 0.70
_signature_strip_non_python_syntax
Function · 0.70
load_additems
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected