MCPcopy Index your code
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/test/_test_eintr.py:76–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 signal.setitimer(signal.ITIMER_REAL, 0, 0)
75
76 def tearDown(self):
77 self.stop_alarm()
78 signal.signal(signal.SIGALRM, self.orig_handler)
79 faulthandler.cancel_dump_traceback_later()
80
81 def subprocess(self, *args, **kw):
82 cmd_args = (sys.executable, '-c') + args

Callers

nothing calls this directly

Calls 1

stop_alarmMethod · 0.95

Tested by

no test coverage detected