Class k.d._BoolConverter(BaseConverter):

Part of kiwi.datatypes
Undocumented
Functionas_string

Convert the value to a string using the specificed format.

Functionfrom_string

Convert a string to a boolean

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

Convert the value to a string using the specificed format.

def from_string(self, value):

Convert a string to a boolean