Change the LoopDevice class to be a context manager.
All code using LoopDevice was updated to the following
with statement:
with LoopDevice(...) as loop_provider:
loop_provider.some_member()
This is related to Issue #2412
|
||
|---|---|---|
| .. | ||
| data | ||
| scripts | ||
| unit | ||