autointent.schemas.node_validation.unwrap_annotated#

autointent.schemas.node_validation.unwrap_annotated(tp)#

Unwrap the Annotated type to get the actual type.

Parameters:

tp (type) – Type to unwrap

Returns:

Unwrapped type

Return type:

type