MCPcopy 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
19class Float(Typed):
20 _expected_type = float
21
22class String(Typed):
23 _expected_type = str

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected