MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / scalar

Method scalar

lib/sqlalchemy/engine/base.py:1288–1294  ·  view source on GitHub ↗
(
        self,
        statement: TypedReturnsRows[Never],
        parameters: Optional[_CoreSingleExecuteParams] = None,
        *,
        execution_options: Optional[CoreExecuteOptionsParameter] = None,
    )

Source from the content-addressed store, hash-verified

1286 # https://github.com/python/mypy/issues/20651
1287 @overload
1288 def scalar(
1289 self,
1290 statement: TypedReturnsRows[Never],
1291 parameters: Optional[_CoreSingleExecuteParams] = None,
1292 *,
1293 execution_options: Optional[CoreExecuteOptionsParameter] = None,
1294 ) -> Optional[Any]: ...
1295
1296 @overload
1297 def scalar(

Callers

nothing calls this directly

Calls 1

_distill_params_20Function · 0.85

Tested by

no test coverage detected