Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
396
def
select(__ent0: _TCCA[_T0], /) -> Select[_T0]: ...
397
398
399
@overload
Callers
15
has_schema
Method · 0.90
_has_table_query
Method · 0.90
has_sequence
Method · 0.90
has_type
Method · 0.90
get_table_oid
Method · 0.90
get_schema_names
Method · 0.90
_get_relnames_for_relkinds
Method · 0.90
get_view_definition
Method · 0.90
_table_options_query
Method · 0.90
_columns_query
Method · 0.90
_table_oids_query
Method · 0.90
_constraint_query
Method · 0.90
Calls
2
_no_kw
Function · 0.85
Select
Class · 0.85
Tested by
15
test_collate_order_by
Method · 0.72
test_plain
Method · 0.72
test_composed_int
Method · 0.72
test_composed_multiple
Method · 0.72
test_plain_desc
Method · 0.72
test_composed_int_desc
Method · 0.72
test_group_by_composed
Method · 0.72
test_tuples
Method · 0.72
test_simple_limit
Method · 0.72
test_limit_render_multiple_times
Method · 0.72
test_simple_fetch
Method · 0.72
test_simple_offset
Method · 0.72