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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
H A D__init__.py614 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized variable
626 if wr in _handlerList:
627 _handlerList.remove(wr)
637 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
659 # Add the handler to the global _handlerList (for cleanup on shutdown)
1616 def shutdown(handlerList=_handlerList):

Completed in 137 milliseconds