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

Class PositiveInteger

Solutions/7_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 2

StockClass · 0.70
StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected