MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / FloatField

Class FloatField

example_code/item_065.py:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return value
214
215class FloatField(Field):
216 def convert(self, value):
217 return float(value)
218
219
220print("Example 13")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected