MCPcopy
hub / github.com/benoitc/gunicorn / tables

Method tables

gunicorn/dirty/stash.py:301–308  ·  view source on GitHub ↗

List all tables. Returns: List of table names

(self)

Source from the content-addressed store, hash-verified

299 self._execute(STASH_OP_DELETE_TABLE, table)
300
301 def tables(self):
302 """
303 List all tables.
304
305 Returns:
306 List of table names
307 """
308 return self._execute(STASH_OP_TABLES, "")
309
310 def table(self, name):
311 """

Callers 1

tablesFunction · 0.80

Calls 1

_executeMethod · 0.95

Tested by

no test coverage detected