Class k.d._FloatConverter(BaseConverter):

Part of kiwi.datatypes View In Hierarchy

Known subclasses: kiwi.datatypes._DecimalConverter

No class docstring
Method as_string Convert a float to a string
Method from_string Convert a string to a float

Inherited from BaseConverter:

Method get_compare_function
Method get_mask
def as_string(self, value, format=None):
Convert a float to a string
def from_string(self, value):
Convert a string to a float
API Documentation for Kiwi, generated by pydoctor.