MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / execute

Method execute

lib/sqlalchemy/ext/asyncio/engine.py:611–617  ·  view source on GitHub ↗
(
        self,
        statement: TypedReturnsRows[Unpack[_Ts]],
        parameters: Optional[_CoreAnyExecuteParams] = None,
        *,
        execution_options: Optional[CoreExecuteOptionsParameter] = None,
    )

Source from the content-addressed store, hash-verified

609
610 @overload
611 async def execute(
612 self,
613 statement: TypedReturnsRows[Unpack[_Ts]],
614 parameters: Optional[_CoreAnyExecuteParams] = None,
615 *,
616 execution_options: Optional[CoreExecuteOptionsParameter] = None,
617 ) -> CursorResult[Unpack[_Ts]]: ...
618
619 @overload
620 async def execute(

Callers 2

scalarMethod · 0.95
scalarsMethod · 0.95

Calls 2

greenlet_spawnFunction · 0.85
_ensure_sync_resultFunction · 0.85

Tested by

no test coverage detected