Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zzzeek/sqlalchemy
/ intersect_all
Function
intersect_all
lib/sqlalchemy/sql/_selectable_constructors.py:248–250 ·
view source on GitHub ↗
( *selects: _TypedSelectable[Unpack[_Ts]], )
Source
from the content-addressed store, hash-verified
246
247
@overload
248
def
intersect_all(
249
*selects: _TypedSelectable[Unpack[_Ts]],
250
) -> CompoundSelect[Unpack[_Ts]]: ...
251
252
253
@overload
Callers
1
common_sql_element.py
File · 0.90
Calls
1
_create_intersect_all
Method · 0.80
Tested by
no test coverage detected