unwrap_annotated_annotation
FunctionSource
v_1: Any = unwrap_annotated_annotation(anno: Any)
Given an annotation, remove the Annotated[...] wrapper recursively if it appears.
Arguments
Requires
| Name | Type | Required | |
|---|---|---|---|
anno | Any | The annotation to be processed. |
Returns
| Name | Type | |
|---|---|---|
v_1 | Any | The annotation where the Annotated[...] is unwrapped. |