Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_selectable
Function
is_selectable
lib/sqlalchemy/sql/_typing.py:356–356 ·
view source on GitHub ↗
(t: Any)
Source
from the content-addressed store, hash-verified
354
) -> TypeGuard[TableValueType]: ...
355
356
def
is_selectable(t: Any) -> TypeGuard[Selectable]: ...
357
358
def
is_select_base(
359
t: Union[Executable, ReturnsRows],
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected