mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
See https://docs.python.org/3/library/unittest.html#unittest.removeHandler - Without args it removes the signal handler. - With a function arg it is a test decorator that temporarily removes the handler while the test is running.