MCPcopy 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
248def intersect_all(
249 *selects: _TypedSelectable[Unpack[_Ts]],
250) -> CompoundSelect[Unpack[_Ts]]: ...
251
252
253@overload

Callers 1

Calls 1

_create_intersect_allMethod · 0.80

Tested by

no test coverage detected