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

Method clear

gunicorn/dirty/stash.py:392–394  ·  view source on GitHub ↗

Delete all entries.

(self)

Source from the content-addressed store, hash-verified

390 return self._client.keys(self._name, pattern=pattern)
391
392 def clear(self):
393 """Delete all entries."""
394 self._client.clear(self._name)
395
396 def items(self):
397 """Iterate over (key, value) pairs."""

Callers 11

handle_stash_requestMethod · 0.45
clearFunction · 0.45
resetMethod · 0.45
pause_writingMethod · 0.45
_handle_connectionMethod · 0.45
_read_exactMethod · 0.45
read_body_chunkMethod · 0.45
_after_fork_childFunction · 0.45
closeMethod · 0.45
clear_allMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected