MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / union

Method union

lib/sqlalchemy/testing/util.py:91–92  ·  lib/sqlalchemy/testing/util.py::RandomSet.union
(self, other)

Source from the content-addressed store, hash-verified

89 return item
90
91 def union(self, other):
92 return RandomSet(set.union(self, other))
93
94 def difference(self, other):
95 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