MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / select

Method select

lib/sqlalchemy/sql/selectable.py:680–682  ·  view source on GitHub ↗
(
        self: FromClause[HasRowPos[Unpack[_Ts]]],  # type: ignore[type-var]
    )

Source from the content-addressed store, hash-verified

678
679 @overload
680 def select(
681 self: FromClause[HasRowPos[Unpack[_Ts]]], # type: ignore[type-var]
682 ) -> Select[Unpack[_Ts]]: ...
683 @overload
684 def select(self) -> Select[Unpack[TupleAny]]: ...
685

Callers

nothing calls this directly

Calls 1

SelectClass · 0.85

Tested by

no test coverage detected