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

Method tearDown

Lib/test/test_android.py:82–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 raise
81
82 def tearDown(self):
83 self.logcat_process.terminate()
84 self.logcat_process.wait(LOOPBACK_TIMEOUT)
85 self.logcat_thread.join(LOOPBACK_TIMEOUT)
86
87 # Avoid an irrelevant warning about threading._dangling.
88 self.logcat_thread = None
89
90 @contextmanager
91 def reconfigure(self, stream, **settings):

Callers 1

setUpMethod · 0.95

Calls 3

terminateMethod · 0.45
waitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected