diplomat.processing.type_casters.to_hint¶
- diplomat.processing.type_casters.to_hint(t: TypeCaster) Type[source]¶
Convert a type caster to a python type hint.
- Parameters:
t – The type caster hint to convert.
- Returns:
A type, repressing the underlying type this type caster represents.