Lines Matching refs:existing
556 for existing in (True, False):
559 if not existing:
562 if existing:
578 if existing:
678 # The implementation relies on os.register_at_fork existing, but we test
679 # based on os.fork existing because that is what users and this test use.
804 # test that setting to existing value returns None
2637 # config8a disables existing loggers
4122 # Non-existing default is ignored
4123 f = logging.Formatter(fmt, style=style, defaults={'Non-existing': 'Default'})