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

Method setUp

Lib/test/test_asyncio/test_subprocess.py:53–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51
52class SubprocessTransportTests(test_utils.TestCase):
53 def setUp(self):
54 super().setUp()
55 self.loop = self.new_test_loop()
56 self.set_event_loop(self.loop)
57
58 def create_transport(self, waiter=None):
59 protocol = mock.Mock()

Callers

nothing calls this directly

Calls 4

superClass · 0.85
new_test_loopMethod · 0.80
setUpMethod · 0.45
set_event_loopMethod · 0.45

Tested by

no test coverage detected