MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / Float

Class Float

Solutions/7_1/validate.py:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 expected_type = int
27
28class Float(Typed):
29 expected_type = float
30
31class String(Typed):
32 expected_type = str

Callers 4

TickerClass · 0.90
StockClass · 0.50
TickerClass · 0.50
TickerClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected