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

Method clear

gunicorn/dirty/stash.py:247–254  ·  view source on GitHub ↗

Delete all entries in a table. Args: table: Table name

(self, table)

Source from the content-addressed store, hash-verified

245 return self._execute(STASH_OP_KEYS, table, pattern=pattern)
246
247 def clear(self, table):
248 """
249 Delete all entries in a table.
250
251 Args:
252 table: Table name
253 """
254 self._execute(STASH_OP_CLEAR, table)
255
256 def info(self, table):
257 """

Callers

nothing calls this directly

Calls 1

_executeMethod · 0.95

Tested by

no test coverage detected