Class k.d._IntConverter(BaseConverter):

Part of kiwi.datatypes View In Hierarchy

Known subclasses: kiwi.datatypes._LongConverter

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

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 an integer
API Documentation for Kiwi, generated by pydoctor.