HomeSort by relevance Sort by last modified time
    Searched refs:_handlerList (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 618 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
627 if (_acquireLock is not None and _handlerList is not None and
631 if wr in _handlerList:
632 _handlerList.remove(wr)
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
664 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
550 del logging._handlerList[:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 618 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
627 if (_acquireLock is not None and _handlerList is not None and
631 if wr in _handlerList:
632 _handlerList.remove(wr)
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
664 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
550 del logging._handlerList[:]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 68 self.saved_handler_list = logging._handlerList[:]
106 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 68 self.saved_handler_list = logging._handlerList[:]
106 logging._handlerList[:] = self.saved_handler_list
    [all...]

Completed in 171 milliseconds