MCPcopy
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
315def check_connection_version(node):

Calls

no outgoing calls