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

Function add

Solutions/7_4/validate.py:134–135  ·  view source on GitHub ↗
(x:Integer, y:Integer)

Source from the content-addressed store, hash-verified

132if __name__ == '__main__':
133 @validated
134 def add(x:Integer, y:Integer) -> Integer:
135 return x + y
136
137 @validated
138 def div(x:Integer, y:Integer) -> Integer:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected