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
Now that PEP 696 has landed, we should add defaults to the Generator and AsyncGenerator types for the send and return types.
cc @Gobot1234 @Daverball (python/typeshed#11867 (comment))
The text was updated successfully, but these errors were encountered:
#110212 seems related as well
Sorry, something went wrong.
pythongh-118647: Add defaults to typing.Generator and typing.AsyncGen…
9ddde9d
…erator
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (…
8419f01
…#118648) Co-authored-by: Alex Waygood <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
331efec
…erator (python#118648) Co-authored-by: Alex Waygood <[email protected]> Co-authored-by: Nikita Sobolev <[email protected]>
JelleZijlstra
No branches or pull requests
Now that PEP 696 has landed, we should add defaults to the Generator and AsyncGenerator types for the send and return types.
cc @Gobot1234 @Daverball (python/typeshed#11867 (comment))
Linked PRs
The text was updated successfully, but these errors were encountered: