Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ add
Function
add
tools/python-3.11.9-amd64/Lib/operator.py:75–77 ·
view source on GitHub ↗
Same as a + b.
(a, b)
Source
from the content-addressed store, hash-verified
73
return
_abs(a)
74
75
def
add(a, b):
76
"Same as a + b."
77
return
a + b
78
79
def
and_(a, b):
80
"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