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

Function add

Solutions/8_6/validate.py:140–141  ·  view source on GitHub ↗
(x:Integer, y:Integer)

Source from the content-addressed store, hash-verified

138if __name__ == '__main__':
139 @validated
140 def add(x:Integer, y:Integer) -> Integer:
141 return x + y
142
143 @validated
144 def div(x:Integer, y:Integer) -> Integer:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected