Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ popall
Method
popall
tests/fix_db.py:309–312 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
""
"A list, with a popall() method."
""
308
309
def
popall(self):
310
out = self[:]
311
del self[:]
312
return
out
313
314
315
def
check_connection_version(node):
Callers
6
test_named_savepoints_successful_exit
Function · 0.80
test_named_savepoints_exception_exit
Function · 0.80
test_named_savepoints_successful_exit
Function · 0.80
test_named_savepoints_exception_exit
Function · 0.80
test_itersize
Function · 0.80
test_itersize
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_named_savepoints_successful_exit
Function · 0.64
test_named_savepoints_exception_exit
Function · 0.64
test_named_savepoints_successful_exit
Function · 0.64
test_named_savepoints_exception_exit
Function · 0.64
test_itersize
Function · 0.64
test_itersize
Function · 0.64