Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ difference
Method
difference
lib/sqlalchemy/testing/util.py:94–95 · lib/sqlalchemy/testing/util.py::RandomSet.difference
(self, other)
Source
from the content-addressed store, hash-verified
92
return
RandomSet(set.union(self, other))
93
94
def
difference(self, other):
95
return
RandomSet(set.difference(self, other))
96
97
def
intersection(self, other):
98
return
RandomSet(set.intersection(self, other))
Callers
15
_check_attach
Method · 0.45
_copy_internals
Method · 0.45
_compare_unordered_sequences
Method · 0.45
sort_tables_and_constraints
Function · 0.45
__add__
Method · 0.45
__add__
Method · 0.45
safe_merge
Method · 0.45
embedded
Method · 0.45
_display_froms_for_select
Method · 0.45
_setup_select_stack
Method · 0.45
_deliver_insertmanyvalues_batches
Method · 0.45
create_table_constraints
Method · 0.45
Calls
1
RandomSet
Class · 0.85
Tested by
4
_get_non_default_isolation_level
Method · 0.36
test_all_levels
Method · 0.36
test_dialect_user_setting_is_restored
Method · 0.36
test_get_unique_constraints
Method · 0.36