DescriptionAndAnnotation
Stores descriptions and annotations in `HasReturns` and `HasRaises`.
- Bases
- typing.TypedDict
Attributes
- Name
description
- Type
- typing.Optional[str]
- Value
= None
- Description
- Name
annotation
- Type
- typing.Union[dict[str, typing.Any], str]
- Value
= None
- Description