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

Method union

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

Source from the content-addressed store, hash-verified

130 return item
131
132 def union(self, other):
133 return RandomSet(set.union(self, other))
134
135 def difference(self, other):
136 return RandomSet(set.difference(self, other))

Callers 4

enabled_for_configMethod · 0.45
fail_ifMethod · 0.45
setup_test_classesFunction · 0.45

Calls 1

RandomSetClass · 0.85

Tested by 1

setup_test_classesFunction · 0.36