kiwi-el8/doc
Marcus Schäfer cdbe5060ca
Move LoopDevice class to context manager
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
2024-01-11 19:18:01 +01:00
..
source Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00
DC-kiwi Use latest stylesheet in STYLEROOT 2021-06-25 15:43:13 +02:00
Makefile Update documentation in content and structure 2020-07-01 10:42:51 +02:00