MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / scalars

Method scalars

lib/sqlalchemy/engine/base.py:1344–1350  ·  view source on GitHub ↗
(
        self,
        statement: TypedReturnsRows[_T],
        parameters: Optional[_CoreAnyExecuteParams] = None,
        *,
        execution_options: Optional[CoreExecuteOptionsParameter] = None,
    )

Source from the content-addressed store, hash-verified

1342
1343 @overload
1344 def scalars(
1345 self,
1346 statement: TypedReturnsRows[_T],
1347 parameters: Optional[_CoreAnyExecuteParams] = None,
1348 *,
1349 execution_options: Optional[CoreExecuteOptionsParameter] = None,
1350 ) -> ScalarResult[_T]: ...
1351
1352 @overload
1353 def scalars(

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected