| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Yet another Python 3.10 addition - AsyncContextDecorator.
Links
Async Function Annotation
I wasn't sure how to properly type annotate the func parameter. In the end, I followed
typeshed/stdlib/contextlib.pyi
Line 91 in 33ea648
ContextDecorator
Existing ContextDecorator annotation for comparison