Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_config
Method · 0.45
matching_config_reasons
Method · 0.45
fail_if
Method · 0.45
setup_test_classes
Function · 0.45
Calls
1
RandomSet
Class · 0.85
Tested by
1
setup_test_classes
Function · 0.36