Lines Matching full:existing
208 #we don't want to lose the existing loggers,
210 #existing is set to contain all existing loggers,
213 #what's left in existing is the set of loggers
216 existing = list(root.manager.loggerDict.keys())
221 existing.sort()
222 #We'll keep the list of existing loggers
235 if qn in existing:
236 i = existing.index(qn) + 1 # start with the entry after qn
239 num_existing = len(existing)
241 if existing[i][:pflen] == prefixed:
242 child_loggers.append(existing[i])
244 existing.remove(qn)
264 for log in existing:
376 # so existing code doesn't break
590 #we don't want to lose the existing loggers,
592 #existing is set to contain all existing loggers,
595 #what's left in existing is the set of loggers
599 existing = root.manager.loggerDict.keys()
604 existing.sort()
605 #We'll keep the list of existing loggers
612 if name in existing:
613 i = existing.index(name)
616 num_existing = len(existing)
619 (existing[i][:pflen] == prefixed):
620 child_loggers.append(existing[i])
622 existing.remove(name)
634 for log in existing:
767 #Remove any existing handlers