Class k.d._FloatConverter(BaseConverter):

Part of kiwi.datatypes

known subclasses: kiwi.datatypes._DecimalConverter

Undocumented
Functionas_string
Convert a float to a string
Functionfrom_string
Convert a string to a float
def as_string(self, value, format=None):
Convert a float to a string
def from_string(self, value):
Convert a string to a float