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

Function delete_table

gunicorn/dirty/stash.py:491–493  ·  gunicorn/dirty/stash.py::delete_table

Delete an entire table.

(table)

Source from the content-addressed store, hash-verified

489
490
491def delete_table(table):
492 class="st">""class="st">"Delete an entire table."class="st">""
493 _get_client().delete_table(table)
494
495
496def tables():

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
delete_tableMethod · 0.80

Tested by

no test coverage detected