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

Function div

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected