MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / setUp

Method setUp

tests/test_introspection.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 return settings
51
52 def setUp(self):
53 super().setUp()
54 self.loop.run_until_complete(self._add_custom_codec(self.con))
55
56 async def _add_custom_codec(self, conn):
57 # mess up with the codec - builtin introspection shouldn't be affected

Callers

nothing calls this directly

Calls 1

_add_custom_codecMethod · 0.95

Tested by

no test coverage detected