Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ tearDownClass
Method
tearDownClass
asyncpg/_testbase/__init__.py:111–113 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
109
110
@classmethod
111
def
tearDownClass(cls):
112
cls.loop.close()
113
asyncio.set_event_loop(None)
114
115
def
setUp(self):
116
self.loop.set_exception_handler(self.loop_exception_handler)
Callers
2
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected