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

Method select

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

Source from the content-addressed store, hash-verified

1629
1630 @overload
1631 def select(
1632 self: Join[HasRowPos[Unpack[_Ts]]], # type: ignore[type-var]
1633 ) -> Select[Unpack[_Ts]]: ...
1634 @overload
1635 def select(self) -> Select[Unpack[TupleAny]]: ...
1636

Callers 15

_anonymous_fromclauseMethod · 0.95
_pg_am_queryMethod · 0.45
has_sequenceMethod · 0.45
get_sequence_namesMethod · 0.45
get_schema_namesMethod · 0.45
get_table_namesMethod · 0.45
get_view_namesMethod · 0.45
_internal_has_tableMethod · 0.45
_columns_selectMethod · 0.45

Calls 2

SelectClass · 0.85
select_fromMethod · 0.45