lisa.utils.ContextManagerDestroyed#
- class lisa.utils.ContextManagerDestroyed[source]#
Bases:
GeneratorExitException raised in context managers created by
destroyablecontextmanager()when no exception was raised duringyieldper say but the context manager was destroyed without calling__exit__.