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

Method __and__

lib/sqlalchemy/util/_collections_cy.py:444–447  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

442 return result
443
444 def __and__(self, other):
445 if not isinstance(other, IdentitySet):
446 return NotImplemented
447 return self.intersection(other)
448
449 # def intersection_update(self, iterable: Iterable[Any]) -> None:
450 @cython.ccall

Callers

nothing calls this directly

Calls 1

intersectionMethod · 0.95

Tested by

no test coverage detected