lisa.utils.ContextManagerNoExcep#
- class lisa.utils.ContextManagerNoExcep[source]#
Bases:
ContextManagerExit
Exception raised when no exception was raised during
yield
in a context manager created withdestroyablecontextmanager()
.
Bases: ContextManagerExit
Exception raised when no exception was raised during yield
in a context
manager created with destroyablecontextmanager()
.