Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ Float
Class
Float
Solutions/4_2/validate.py:17–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
expected_type = int
16
17
class
Float(Typed):
18
expected_type = float
19
20
class
String(Typed):
21
expected_type = str
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected