Azure / autorest.python

Extension for AutoRest (https://github.com/Azure/autorest) that generates Python code
MIT License
77 stars 55 forks source link

`__aenter__`/`__enter__` should be typed as returning `typing.Self`. #2619

Closed johanste closed 1 month ago

johanste commented 1 month ago

Today, they are typed as returning the exact implementing class/client. Which doesn't work if you want to _patch.py the clients.