Lines Matching full:existing
201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
209 existing = list(root.manager.loggerDict.keys())
214 existing.sort()
215 #We'll keep the list of existing loggers
228 if qn in existing:
229 i = existing.index(qn) + 1 # start with the entry after qn
232 num_existing = len(existing)
234 if existing[i][:pflen] == prefixed:
235 child_loggers.append(existing[i])
237 existing.remove(qn)
257 for log in existing:
385 # so existing code doesn't break
599 #we don't want to lose the existing loggers,
601 #existing is set to contain all existing loggers,
604 #what's left in existing is the set of loggers
608 existing = root.manager.loggerDict.keys()
613 existing.sort()
614 #We'll keep the list of existing loggers
621 if name in existing:
622 i = existing.index(name)
625 num_existing = len(existing)
628 (existing[i][:pflen] == prefixed):
629 child_loggers.append(existing[i])
631 existing.remove(name)
643 for log in existing:
776 #Remove any existing handlers