Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ foo
Method
foo
tests/test_pool.py:494–495 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
492
493
class
MyConnection(asyncpg.Connection):
494
async
def
foo(self):
495
return
42
496
497
async
def
fetchval(self, query):
498
res = await super().fetchval(query)
Callers
1
test
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected