Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_codecs
Method · 0.45
test_void
Method · 0.45
test_interval
Method · 0.45
test_numeric
Method · 0.45
test_invalid_input
Method · 0.45
test_arrays
Method · 0.45
test_composites
Method · 0.45
test_domains
Method · 0.45
test_range_types
Method · 0.45
test_multirange_types
Method · 0.45
test_extra_codec_alias
Method · 0.45
test_custom_codec_on_enum
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected