MCPcopy 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
26class Float(Typed):
27 expected_type = float
28
29class String(Typed):
30 expected_type = str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected