Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ cursor
Method
cursor
psycopg/psycopg/connection_async.py:221–221 ·
view source on GitHub ↗
(self, *, binary: bool = False)
Source
from the content-addressed store, hash-verified
219
220
@overload
221
def
cursor(self, *, binary: bool = False) -> AsyncCursor[Row]: ...
222
223
@overload
224
def
cursor(
Callers
2
execute
Method · 0.95
tpc_recover
Method · 0.95
Calls
1
_check_connection_ok
Method · 0.80
Tested by
no test coverage detected