-
Notifications
You must be signed in to change notification settings - Fork 52
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 alias statements #771
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #771 +/- ##
=======================================
Coverage 92.69% 92.69%
=======================================
Files 47 47
Lines 8337 8354 +17
Branches 1846 1849 +3
=======================================
+ Hits 7728 7744 +16
Misses 349 349
- Partials 260 261 +1 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
…lly created nodes" This reverts commit 7f9fb55.
This comment has been minimized.
This comment has been minimized.
TODO next: Add support for type parameters in typer aliases, functions and classes. |
According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅ |
Replaced by #772 |
Type alias statements were introduced in Python 3.12