Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ PositiveInteger
Class
PositiveInteger
Solutions/6_5/validate.py:46–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
return
super().check(value)
45
46
class
PositiveInteger(Integer, Positive):
47
pass
48
49
class
PositiveFloat(Float, Positive):
50
pass
Callers
1
Stock
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected