Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
class
PositiveInteger(Integer, Positive):
54
pass
55
56
class
PositiveFloat(Float, Positive):
57
pass
Callers
1
Stock
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected