Class k.d._IntConverter(
BaseConverter
):
Part of
kiwi.datatypes
known subclasses:
kiwi.datatypes._LongConverter
Undocumented
Function
as_string
Convert a float to a string
Function
from_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