qmi.utils.context_managers
Context managers for QMI RPC protocol contexts.
Functions
|
|
|
|
|
|
|
|
|
Classes
|
Protocol for lock_unlock context class. |
|
Protocol for open_close context class. |
|
Protocol for start_stop context class, but has join as well. |
|
Protocol for start_stop context class |
- class qmi.utils.context_managers.StartStoppable(*args, **kwargs)
Protocol for start_stop context class
- class qmi.utils.context_managers.StartStopJoinable(*args, **kwargs)
Protocol for start_stop context class, but has join as well.
- class qmi.utils.context_managers.OpenClosable(*args, **kwargs)
Protocol for open_close context class. None of the open implementations take arguments.
- class qmi.utils.context_managers.LockUnlockable(*args, **kwargs)
Protocol for lock_unlock context class. None of the lock implementations take arguments.