MCPcopy 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
83def add(a, b):
84 "Same as a + b."
85 return a + b
86
87def and_(a, b):
88 "Same as a & b."

Callers 3

_translateFunction · 0.70
load_additemsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected