Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_unittest/test_async_case.py:482–483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
480
481
class
TestCase1(unittest.IsolatedAsyncioTestCase):
482
def
setUp(self):
483
asyncio.events._get_event_loop_policy().get_event_loop()
484
485
async
def
test_demo1(self):
486
pass
Callers
nothing calls this directly
Calls
1
get_event_loop
Method · 0.45
Tested by
no test coverage detected