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

Class PositiveInteger

Solutions/8_6/validate.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 return super().check(value)
52
53class PositiveInteger(Integer, Positive):
54 pass
55
56class PositiveFloat(Float, Positive):
57 pass

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected