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