MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / add

Function add

Solutions/7_1/sample.py:6–7  ·  view source on GitHub ↗
(x,y)

Source from the content-addressed store, hash-verified

4
5@logged
6def add(x,y):
7 return x+y
8
9@logged
10def sub(x,y):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected