Home | History | Annotate | Download | only in logging

Lines Matching full:_handlers

82         logging._handlers.clear()
84 # Handlers add themselves to logging._handlers
510 if name not in logging._handlers:
515 handler = logging._handlers[name]
540 logging._handlers.clear()