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

Method setUp

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

Source from the content-addressed store, hash-verified

993 class SubprocessProactorTests(SubprocessMixin, test_utils.TestCase):
994
995 def setUp(self):
996 super().setUp()
997 self.loop = asyncio.ProactorEventLoop()
998 self.set_event_loop(self.loop)
999
1000
1001if __name__ == '__main__':

Callers

nothing calls this directly

Calls 3

superClass · 0.85
setUpMethod · 0.45
set_event_loopMethod · 0.45

Tested by

no test coverage detected