MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / scalar_subquery

Method scalar_subquery

lib/sqlalchemy/sql/selectable.py:5638–5640  ·  view source on GitHub ↗
(
            self: Select[_MAYBE_ENTITY],
        )

Source from the content-addressed store, hash-verified

5636
5637 @overload
5638 def scalar_subquery(
5639 self: Select[_MAYBE_ENTITY],
5640 ) -> ScalarSelect[Any]: ...
5641
5642 @overload
5643 def scalar_subquery(

Callers 5

as_scalarMethod · 0.45
__init__Method · 0.45
_regroupMethod · 0.45
_implicit_coercionsMethod · 0.45
_post_coercionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected