Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MagicStack/asyncpg
/ test8
Method
test8
tests/test_cancellation.py:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
self.assertEqual(await st1000.fetch(), [(1000,)])
47
48
async
def
test8():
49
cur = await st1000.cursor()
50
self.assertEqual(await cur.fetchrow(), (1000,))
51
52
for
test in {test0, test1, test2, test3, test4, test5,
53
test6, test7, test8}:
Callers
nothing calls this directly
Calls
2
cursor
Method · 0.45
fetchrow
Method · 0.45
Tested by
no test coverage detected