mode.utils.contexts
Context manager utilities.
asyncnullcontext
Bases: AbstractAsyncContextManager
Context for async-with statement doing nothing.
Source code in mode/utils/contexts.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|