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

Class PositiveInteger

Solutions/7_4/validate.py:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

StockClass · 0.90
StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected