Skip to content

Resolving type aliases when extracting type annotations #15

@mir-am

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions