MCPcopy 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

tearDownClassMethod · 0.45
tearDownClassMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected