MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / select

Function select

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

Source from the content-addressed store, hash-verified

387
388@overload
389def select(__ent0: _TCCA[_T0]) -> Select[Tuple[_T0]]: ...
390
391
392@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
_columns_queryMethod · 0.90
_table_oids_queryMethod · 0.90
_constraint_queryMethod · 0.90
_foreing_key_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