MCPcopy 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
75def add(a, b):
76 "Same as a + b."
77 return a + b
78
79def and_(a, b):
80 "Same as a & b."

Callers 3

translateFunction · 0.70
load_additemsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected