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

Function delete

gunicorn/dirty/stash.py:461–463  ·  gunicorn/dirty/stash.py::delete

Delete a key from a table.

(table, key)

Source from the content-addressed store, hash-verified

459
460
461def delete(table, key):
462 class="st">""class="st">"Delete a key from a table."class="st">""
463 return _get_client().delete(table, key)
464
465
466def keys(table, pattern=None):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
deleteMethod · 0.80

Tested by

no test coverage detected