Home
last modified time | relevance | path

Searched refs:child_loggers (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/logging/
Dconfig.py161 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument
175 if log in child_loggers:
222 child_loggers = []
236 child_loggers.append(existing[i])
266 _handle_existing_loggers(existing, child_loggers, disable_existing)
601 child_loggers = []
612 child_loggers.append(existing[i])
634 _handle_existing_loggers(existing, child_loggers,
/external/python/cpython2/Lib/logging/
Dconfig.py224 child_loggers = []
242 child_loggers.append(existing[i])
266 if log in child_loggers:
607 child_loggers = []
620 child_loggers.append(existing[i])
636 if log in child_loggers: