Home
last modified time | relevance | path

Searched defs:_handlerList (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/logging/
D__init__.py627 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized variable
/external/python/cpython3/Lib/logging/
D__init__.py775 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized variable