Skip to content

Resolving type aliases when extracting type annotations #15

Description

@mir-am

Type aliases should be resolved when extracting type annotations. For instance:

Vector = list[float]

Currently, Vector is extracted, not the original type (i.e. list[float]).

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions