Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for type statements #22

Open
sg495 opened this issue Jan 13, 2025 · 0 comments
Open

Add support for type statements #22

sg495 opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request v2 Something for v2 of the library

Comments

@sg495
Copy link
Contributor

sg495 commented Jan 13, 2025

The type statements introduced in Python 3.12 generate instances of typing.TypeAliasType, which are currently not handled by the library.

Add support for such instances by attempting to access __value__.

@sg495 sg495 added enhancement New feature or request v2 Something for v2 of the library labels Jan 13, 2025
@sg495 sg495 self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2 Something for v2 of the library
Projects
None yet
Development

No branches or pull requests

1 participant