Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ remove
Method
remove
test/perf/compiled_extensions.py:523–527 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
521
522
@test_case
523
def
remove(self):
524
v = [str(i)
for
i in range(7500)]
525
ii = self.impl(v)
526
for
x in v[:5000]:
527
ii.remove(x)
528
529
@test_case
530
def
discard(self):
Callers
3
test_basic_sanity
Method · 0.95
orm2010.py
File · 0.45
run_with_profile
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_basic_sanity
Method · 0.76