Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ tearDown
Method
tearDown
asyncpg/_testbase/__init__.py:421–423 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
419
return
conn_spec
420
421
def
tearDown(self):
422
self.proxy.reset()
423
super().tearDown()
424
425
426
def
with_connection_options(**options):
Callers
nothing calls this directly
Calls
2
reset
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected