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

Function tables

gunicorn/dirty/stash.py:496–498  ·  gunicorn/dirty/stash.py::tables

List all tables.

()

Source from the content-addressed store, hash-verified

494
495
496def tables():
497 class="st">""class="st">"List all tables."class="st">""
498 return _get_client().tables()
499
500
501def table(name):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
tablesMethod · 0.80

Tested by

no test coverage detected