Class k.d._DecimalConverter(_FloatConverter):

Part of kiwi.datatypes View In Hierarchy

No class docstring
Method from_string Convert a string to a float

Inherited from _FloatConverter:

Method as_string Convert a float to a string

Inherited from BaseConverter (via _FloatConverter):

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