Class k.d.ConverterRegistry:

Part of kiwi.datatypes
Undocumented
Function__init__Undocumented
Functionadd

Adds converter_type as a new converter

Functionremove

Removes converter_type from the registry

Functionget_converterUndocumented
Functionget_convertersUndocumented
Functioncheck_supportedUndocumented
Functionas_string

Convert to a string

Functionfrom_string

Convert from a string

Functionstr_to_typeUndocumented
def __init__(self):
Undocumented
def add(self, converter_type):

Adds converter_type as a new converter

def remove(self, converter_type):

Removes converter_type from the registry

def get_converter(self, converter_type):
Undocumented
def get_converters(self, base_classes=None):
Undocumented
def check_supported(self, data_type):
Undocumented
def as_string(self, converter_type, value, format=None):

Convert to a string

def from_string(self, converter_type, value):

Convert from a string

def str_to_type(self, value):
Undocumented