MCPcopy
hub / github.com/psycopg/psycopg / execute

Method execute

psycopg/psycopg/cursor.py:82–89  ·  psycopg/psycopg/cursor.py::Cursor.execute
(
        self,
        query: QueryNoTemplate,
        params: Params | None = None,
        *,
        prepare: bool | None = None,
        binary: bool | None = None,
    )

Source from the content-addressed store, hash-verified

80
81 @overload
82 def execute(
83 self,
84 query: QueryNoTemplate,
85 params: Params | None = None,
86 *,
87 prepare: bool | None = None,
88 binary: bool | None = None,
89 ) -> Self: ...
90
91 @overload
92 def execute(

Callers 15

find_insert_problemMethod · 0.95
get_py_oidsFunction · 0.45
get_py_typesFunction · 0.45
get_py_rangesFunction · 0.45
get_py_multirangesFunction · 0.45
get_cython_oidsFunction · 0.45
check_connectionMethod · 0.45
check_connectionMethod · 0.45
test_closeFunction · 0.45
test_brokenFunction · 0.45
test_context_commitFunction · 0.45

Calls 2

_execute_genMethod · 0.80
waitMethod · 0.45

Tested by 15

test_closeFunction · 0.36
test_brokenFunction · 0.36
test_context_commitFunction · 0.36
test_context_rollbackFunction · 0.36
test_context_closeFunction · 0.36
test_commit_errorFunction · 0.36
test_auto_transactionFunction · 0.36
test_autocommitFunction · 0.36
test_autocommit_propertyFunction · 0.36