diplomat.processing.type_casters.Dict
- class diplomat.processing.type_casters.Dict(*args, **kwds)[source]
Bases:
ConvertibleTypeCasterRepresents typing.Dict as a type caster
- __init__(key: TypeCaster, value: TypeCaster)[source]
Methods
__init__(key, value)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.