Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ Float
Class
Float
src/9/capturing_class_attribute_definition_order/example1.py:19–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
_expected_type = int
18
19
class
Float(Typed):
20
_expected_type = float
21
22
class
String(Typed):
23
_expected_type = str
Callers
1
Stock
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected