lisa.utils.ContextManagerExit#
- class lisa.utils.ContextManagerExit[source]#
Bases:
Exception
Dummy exception raised in the generator wrapped by
destroyablecontextmanager()
when anything else thanGeneratorExit
happened duringyield
.
Bases: Exception
Dummy exception raised in the generator wrapped by
destroyablecontextmanager()
when anything else than
GeneratorExit
happened during yield
.