Home
last modified time | relevance | path

Searched refs:nullcontext (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dcontextlib.py659 class nullcontext(AbstractContextManager): class
/external/python/cpython3/Doc/library/
Dcontextlib.rst159 .. function:: nullcontext(enter_result=None)
171 cm = contextlib.nullcontext()
183 cm = nullcontext(file_or_path)
/external/python/cpython3/Lib/test/
Dtest_contextlib.py309 with nullcontext(c) as c_in:
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst434 Added *nullcontext* no-op context manager to contextlib. This provides a
/external/python/cpython3/Doc/whatsnew/
D3.7.rst823 The new :func:`~contextlib.nullcontext` is a simpler and faster no-op