xsdata.formats.converters module

xsdata.formats.converters.sort_types(types)[source]
xsdata.formats.converters.to_python(types, value, in_order=True)[source]
Return type

Any

xsdata.formats.converters.to_class(clazz, value)[source]
Return type

Any

xsdata.formats.converters.to_enum(clazz, value)[source]
Return type

Enum

xsdata.formats.converters.to_bool(value)[source]
Return type

bool

xsdata.formats.converters.to_xml(value)[source]
Return type

Any