Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 428 Bytes

contextlib.rst

File metadata and controls

8 lines (6 loc) · 428 Bytes

xotl.tools.future.contextlib - Utilities for with-statement contexts

xotl.tools.future.contextlib

The main reason to use this module is to stop using the nested() function and use the ExitStack <contextlib.ExitStack> implementation.