MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / setUp

Method setUp

asyncpg/_testbase/__init__.py:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 asyncio.set_event_loop(None)
114
115 def setUp(self):
116 self.loop.set_exception_handler(self.loop_exception_handler)
117 self.__unhandled_exceptions = []
118
119 def tearDown(self):
120 excs = []

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected