diplomat.processing.type_casters.Literal¶
- class diplomat.processing.type_casters.Literal(*objects: Any)[source]¶
Bases:
ConvertibleTypeCasterRepresents the typing.Literal type as a type caster.
Methods
__init__(*objects)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.