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