We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stubgen
Bug Report
I see there is some work ongoing for adding PEP 695 support. Creating this issue to track support in stubgen.
To Reproduce
Run stubgen for:
type ListOrSet[T] = list[T] | set[T]
Expected Behavior
stubgen outputs:
Actual Behavior
stubgen generates empty file.
Your Environment
mypy 1.13.0+dev.603a3652b59c21e82927db407194b824b3ef7f7b
stubgen test.py
The text was updated successfully, but these errors were encountered:
stubgen: add support for PEPs 695 and 696 syntax
3bcc5bd
closes python#17997
5313497
Successfully merging a pull request may close this issue.
Bug Report
I see there is some work ongoing for adding PEP 695 support. Creating this issue to track support in
stubgen
.To Reproduce
Run
stubgen
for:Expected Behavior
stubgen
outputs:Actual Behavior
stubgen
generates empty file.Your Environment
mypy 1.13.0+dev.603a3652b59c21e82927db407194b824b3ef7f7b
stubgen test.py
The text was updated successfully, but these errors were encountered: