MCPcopy
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

executeMethod · 0.95
tpc_recoverMethod · 0.95

Calls 1

_check_connection_okMethod · 0.80

Tested by

no test coverage detected