diplomat.processing.type_casters.Union
- class diplomat.processing.type_casters.Union(*types: TypeCaster)[source]
Bases:
ConvertibleTypeCasterRepresents the typing.Union type as a type caster.
- __init__(*types: TypeCaster)[source]
Methods
__init__(*types)Convert this type to a CLI-Friendly format for display on the command line as a metavar.
Abstract method: Convert this typecaster instance to a regular type hint.