Class k.d._BoolConverter(
BaseConverter
):
Part of
kiwi.datatypes
Undocumented
Function
as_string
Convert the value to a string using the specificed format.
Function
from_string
Convert a string to a boolean
def
as_string(self, value, format=None):
Convert the value to a string using the specificed format.
param
value
param
format
returns
None
def
from_string(self, value):
Convert a string to a boolean