Searched refs:custom_handler (Results 1 – 8 of 8) sorted by relevance
227 custom_handler = logging.StreamHandler(sys.stdout)228 custom_handler.setFormatter(run_tests_helper.CustomFormatter())229 logging.getLogger().addHandler(custom_handler)
97 def __init__(self, custom_handler=False): argument104 if custom_handler:599 build_helper = BuildHelper(args.custom_handler)669 build_helper = BuildHelper(args.custom_handler)
1337 def custom_handler(signum, frame): function1351 for handler in [custom_handler, signal.SIG_IGN]:1354 old_handler = signal.signal(signum, custom_handler)
54 .. _module-pw_assert_basic-custom_handler:
126 int custom_handler; member
45 <module-pw_assert_basic-custom_handler>` to pass collected information to a more
693 def custom_handler(loop, context): function697 loop.set_exception_handler(custom_handler)