Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
D__init__.py626 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers variable
/external/python/cpython3/Lib/logging/
D__init__.py814 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers variable