MCPcopy
hub / github.com/psycopg/psycopg / cursor

Method cursor

psycopg/psycopg/connection.py:200–200  ·  psycopg/psycopg/connection.py::Connection.cursor
(self, *, binary: bool = False)

Source from the content-addressed store, hash-verified

198
199 @overload
200 def cursor(self, *, binary: bool = False) -> Cursor[Row]: ...
201
202 @overload
203 def cursor(

Callers 15

executeMethod · 0.95
tpc_recoverMethod · 0.95
test_closeFunction · 0.45
test_cursor_closedFunction · 0.45
test_context_commitFunction · 0.45
test_context_rollbackFunction · 0.45
test_auto_transactionFunction · 0.45
test_autocommitFunction · 0.45
test_autocommit_propertyFunction · 0.45
test_autocommit_intransFunction · 0.45
test_autocommit_inerrorFunction · 0.45

Calls 1

_check_connection_okMethod · 0.80

Tested by 15

test_closeFunction · 0.36
test_cursor_closedFunction · 0.36
test_context_commitFunction · 0.36
test_context_rollbackFunction · 0.36
test_auto_transactionFunction · 0.36
test_autocommitFunction · 0.36
test_autocommit_propertyFunction · 0.36
test_autocommit_intransFunction · 0.36
test_autocommit_inerrorFunction · 0.36
test_broken_connectionFunction · 0.36
test_notice_handlersFunction · 0.36