MCPcopy
hub / github.com/MagicStack/asyncpg / setup

Method setup

tests/test_pool.py:126–127  ·  view source on GitHub ↗
(con)

Source from the content-addressed store, hash-verified

124 fut = asyncio.Future()
125
126 async def setup(con):
127 fut.set_result(con)
128
129 async with self.create_pool(database='postgres',
130 min_size=5, max_size=5,

Callers 1

setup.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected