Lines Matching refs:existing
216 existing = list(root.manager.loggerDict.keys())
221 existing.sort()
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:
599 existing = root.manager.loggerDict.keys()
604 existing.sort()
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: