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

Method fetchval

tests/test_pool.py:497–499  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

495 return 42
496
497 async def fetchval(self, query):
498 res = await super().fetchval(query)
499 return res + 1
500
501 async def test(pool):
502 async with pool.acquire() as con:

Callers 15

test_standard_codecsMethod · 0.45
test_voidMethod · 0.45
test_intervalMethod · 0.45
test_numericMethod · 0.45
test_invalid_inputMethod · 0.45
test_arraysMethod · 0.45
test_compositesMethod · 0.45
test_domainsMethod · 0.45
test_range_typesMethod · 0.45
test_multirange_typesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected