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