Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
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))
1616 def shutdown(handlerList=_handlerList):
Dconfig.py76 del logging._handlerList[:]
544 del logging._handlerList[:]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py66 self.saved_handler_list = logging._handlerList[:]
104 logging._handlerList[:] = self.saved_handler_list