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