MCPcopy Create free account
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/test/test_unittest/test_break.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 signal.signal(signal.SIGINT, self.int_handler)
24
25 def tearDown(self):
26 signal.signal(signal.SIGINT, self._default_handler)
27 unittest.signals._results = weakref.WeakKeyDictionary()
28 unittest.signals._interrupt_handler = None
29
30
31 def withRepeats(self, test_function, repeats=None):

Callers 1

withRepeatsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected