MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / intersect

Function intersect

lib/sqlalchemy/sql/_selectable_constructors.py:221–223  ·  view source on GitHub ↗
(
    *selects: _TypedSelectable[Unpack[_Ts]],
)

Source from the content-addressed store, hash-verified

219
220@overload
221def intersect(
222 *selects: _TypedSelectable[Unpack[_Ts]],
223) -> CompoundSelect[Unpack[_Ts]]: ...
224
225
226@overload

Callers 8

test_intersectMethod · 0.90
test_intersect_unionsMethod · 0.90
test_composite_aliasMethod · 0.90

Calls 1

_create_intersectMethod · 0.80

Tested by 7

test_intersectMethod · 0.72
test_intersect_unionsMethod · 0.72
test_composite_aliasMethod · 0.72