Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ difference_update
Method
difference_update
test/perf/compiled_extensions.py:646–650 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
644
645
@test_case
646
def
difference_update(self):
647
ii = self.impl(self.val1)
648
for
_ in range(250):
649
ii.difference_update(self.imp_2)
650
ii.difference_update(self.val2)
651
652
@test_case
653
def
isub(self):
Callers
4
test_basic_sanity
Method · 0.95
test_set_ops
Method · 0.45
test_difference_update
Method · 0.45
_test_set
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_basic_sanity
Method · 0.76
test_set_ops
Method · 0.36
test_difference_update
Method · 0.36
_test_set
Method · 0.36