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

Class PositiveInteger

Solutions/6_5/validate.py:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return super().check(value)
45
46class PositiveInteger(Integer, Positive):
47 pass
48
49class PositiveFloat(Float, Positive):
50 pass

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected