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

Function add

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected