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

Function info

gunicorn/dirty/stash.py:476–478  ·  gunicorn/dirty/stash.py::info

Get information about a table.

(table)

Source from the content-addressed store, hash-verified

474
475
476def info(table):
477 class="st">""class="st">"Get information about a table."class="st">""
478 return _get_client().info(table)
479
480
481def ensure(table):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
infoMethod · 0.45

Tested by

no test coverage detected