MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / intersect

Method intersect

lib/sqlalchemy/testing/requirements.py:289–291  ·  view source on GitHub ↗

Target database must support INTERSECT or equivalent.

(self)

Source from the content-addressed store, hash-verified

287
288 @property
289 def intersect(self):
290 """Target database must support INTERSECT or equivalent."""
291 return exclusions.closed()
292
293 @property
294 def except_(self):

Callers

nothing calls this directly

Calls 1

closedMethod · 0.45

Tested by

no test coverage detected