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

Function add

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected