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