kiwi.datatypes.ConverterRegistry
class documentationkiwi.datatypes
(View In Hierarchy)
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 |
Adds converter_type as a new converter @param converter_type: a L{BaseConverter} subclass
Removes converter_type from the registry @param converter_type: a L{BaseConverter} subclass
Convert to a string @param converter_type: @param value: @param format: