diplomat.processing.type_casters.Tuple¶
- class diplomat.processing.type_casters.Tuple(*type_list: TypeCaster)[source]¶
Bases:
ConvertibleTypeCasterRepresents a fixed length tuple of types.
- __init__(*type_list: TypeCaster)[source]¶
Methods
__init__(*type_list)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.