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

Class PositiveInteger

Solutions/7_1/validate.py:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected