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

Function div

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

Source from the content-addressed store, hash-verified

137
138 @validated
139 def div(x:Integer, y:Integer) -> Integer:
140 return x / y
141
142 @enforce(x=Integer, y=Integer)
143 def sub(x, y):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected