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

Method execute

psycopg/psycopg/connection.py:263–270  ·  view source on GitHub ↗
(
        self,
        query: QueryNoTemplate,
        params: Params | None = None,
        *,
        prepare: bool | None = None,
        binary: bool = False,
    )

Source from the content-addressed store, hash-verified

261
262 @overload
263 def execute(
264 self,
265 query: QueryNoTemplate,
266 params: Params | None = None,
267 *,
268 prepare: bool | None = None,
269 binary: bool = False,
270 ) -> Cursor[Row]: ...
271
272 @overload
273 def execute(

Callers 1

tpc_recoverMethod · 0.45

Calls 1

cursorMethod · 0.95

Tested by

no test coverage detected