Home
last modified time | relevance | path

Searched refs:handlerList (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/logging/
D__init__.py1660 def shutdown(handlerList=_handlerList): argument
1667 for wr in reversed(handlerList[:]):
/external/python/cpython3/Lib/logging/
D__init__.py2114 def shutdown(handlerList=_handlerList): argument
2121 for wr in reversed(handlerList[:]):
/external/python/cpython3/Lib/test/
Dtest_logging.py4119 logging.shutdown(handlerList=list(handlers))
4131 logging.shutdown(handlerList=list(handlers))