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

Function div

Solutions/9_3/structly/validate.py:144–145  ·  view source on GitHub ↗
(x:Integer, y:Integer)

Source from the content-addressed store, hash-verified

142
143 @validated
144 def div(x:Integer, y:Integer) -> Integer:
145 return x / y
146
147 @enforce(x=Integer, y=Integer)
148 def sub(x, y):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected