MCPcopy Index your code
hub / github.com/zzzeek/sqlalchemy / select

Function select

lib/sqlalchemy/sql/_selectable_constructors.py:396–396  ·  view source on GitHub ↗
(__ent0: _TCCA[_T0], /)

Source from the content-addressed store, hash-verified

394
395@overload
396def select(__ent0: _TCCA[_T0], /) -> Select[_T0]: ...
397
398
399@overload

Callers 15

has_schemaMethod · 0.90
_has_table_queryMethod · 0.90
has_sequenceMethod · 0.90
has_typeMethod · 0.90
get_table_oidMethod · 0.90
get_schema_namesMethod · 0.90
get_view_definitionMethod · 0.90
_table_options_queryMethod · 0.90
_columns_queryMethod · 0.90
_table_oids_queryMethod · 0.90
_constraint_queryMethod · 0.90

Calls 2

_no_kwFunction · 0.85
SelectClass · 0.85

Tested by 15

test_collate_order_byMethod · 0.72
test_plainMethod · 0.72
test_composed_intMethod · 0.72
test_plain_descMethod · 0.72
test_tuplesMethod · 0.72
test_simple_limitMethod · 0.72
test_simple_fetchMethod · 0.72
test_simple_offsetMethod · 0.72