Class k.d._IntConverter(BaseConverter):

Part of kiwi.datatypes

known subclasses: kiwi.datatypes._LongConverter

Undocumented
Functionas_string

Convert a float to a string

Functionfrom_string

Convert a string to an integer

def as_string(self, value, format=None):

Convert a float to a string

def from_string(self, value):

Convert a string to an integer