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

Method execute

psycopg/psycopg/cursor_async.py:82–89  ·  view source on GitHub ↗
(
        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 async 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 async def execute(

Callers 1

Calls 2

_execute_genMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected