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__.py2023 def shutdown(handlerList=_handlerList): argument
2030 for wr in reversed(handlerList[:]):
/external/python/cpython3/Lib/test/
Dtest_logging.py3691 logging.shutdown(handlerList=list(handlers))
3703 logging.shutdown(handlerList=list(handlers))