MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / intersection

Method intersection

lib/sqlalchemy/testing/util.py:97–98  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

95 return RandomSet(set.difference(self, other))
96
97 def intersection(self, other):
98 return RandomSet(set.intersection(self, other))
99
100 def copy(self):
101 return RandomSet(self)

Callers 15

referencesMethod · 0.45
_normalize_fromsMethod · 0.45
shares_lineageMethod · 0.45
_consider_fromMethod · 0.45
_cloned_intersectionFunction · 0.45
_cloned_differenceFunction · 0.45
embeddedMethod · 0.45
corresponding_columnMethod · 0.45
visit_bindparamMethod · 0.45

Calls 1

RandomSetClass · 0.85

Tested by 4

test_get_columnsMethod · 0.36