Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ PositiveFloat
Class
PositiveFloat
Solutions/7_2/validate.py:51–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
pass
50
51
class
PositiveFloat(Float, Positive):
52
pass
53
54
class
NonEmptyString(String, NonEmpty):
55
pass
Callers
1
Stock
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected