contextlib
. This article is a small tutorial on why context managers are easier with contextmanager
from contextlib
, where its similarities to a full implementation of with-statement context managers start to become blurrier, and how to effectively handle exceptions.