BTW this is a great example of the use of the handy `contextlib.contextmanager` decorator. Check out the docs if you haven't used it before: https://
docs.python.org/3/library/cont
extlib.html#contextlib.contextmanager
…
Python contextlib.contextmanager decorator explained
By
–