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
Coconut already mostly supports PEP 677, but some features are missing, such as ParamSpec and async support.
ParamSpec
async
The text was updated successfully, but these errors were encountered:
Start adding PEP 677 support
f0a2a2c
Refs #680.
Probably also want to have async in statement lambdas too (#644) if we're adding async here.
Sorry, something went wrong.
Finish PEP 677 support
0c4f5dc
Resolves #680.
No branches or pull requests
Coconut already mostly supports PEP 677, but some features are missing, such as
ParamSpec
andasync
support.The text was updated successfully, but these errors were encountered: