No class docstring
Method __init__ Undocumented
Method add Adds converter_type as a new converter @param converter_type: a L{BaseConverter} subclass
Method remove Removes converter_type from the registry @param converter_type: a L{BaseConverter} subclass
Method get_converter Undocumented
Method get_converters Undocumented
Method check_supported Undocumented
Method as_string No summary
Method from_string Convert from a string @param converter_type: @param value:
Method str_to_type Undocumented
def __init__(self):
Undocumented
def add(self, converter_type):
Adds converter_type as a new converter
@param converter_type: a L{BaseConverter} subclass
def remove(self, converter_type):
Removes converter_type from the registry
@param converter_type: a L{BaseConverter} subclass
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
@param converter_type:
@param value:
@param format:
def from_string(self, converter_type, value):
Convert from a string
@param converter_type:
@param value:
def str_to_type(self, value):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.