MCPcopy 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
426def with_connection_options(**options):

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected