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

Method status

tests/test_prepare.py:315–318  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

313
314 async def test_prepare_16_command_result(self):
315 async def status(query):
316 stmt = await self.con.prepare(query)
317 await stmt.fetch()
318 return stmt.get_statusmsg()
319
320 try:
321 self.assertEqual(

Callers

nothing calls this directly

Calls 3

prepareMethod · 0.80
get_statusmsgMethod · 0.80
fetchMethod · 0.45

Tested by

no test coverage detected