Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ pop
Method
pop
test/perf/compiled_extensions/collections_.py:259–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
257
258
@test_case
259
def
pop(self):
260
for
x in range(50_000):
261
ii = self.impl(self.val1)
262
for
x in self.val1:
263
ii.pop()
264
265
@test_case
266
def
clear(self):
Callers
4
test_basic_sanity
Method · 0.95
drop_all
Function · 0.45
run_case
Method · 0.45
fetchone
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_basic_sanity
Method · 0.76