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

Method items

gunicorn/dirty/stash.py:396–399  ·  view source on GitHub ↗

Iterate over (key, value) pairs.

(self)

Source from the content-addressed store, hash-verified

394 self._client.clear(self._name)
395
396 def items(self):
397 """Iterate over (key, value) pairs."""
398 for key in self._client.keys(self._name):
399 yield key, self._client.get(self._name, key)
400
401 def values(self):
402 """Iterate over values."""

Callers 15

ssl_optionsMethod · 0.80
__init__Method · 0.80
atomsMethod · 0.80
setupMethod · 0.80
murder_workersMethod · 0.80
manage_workersMethod · 0.80
handle_status_requestMethod · 0.80
murder_workersMethod · 0.80
protocol.pyFile · 0.80
encodeMethod · 0.80
init_processMethod · 0.80

Calls 2

keysMethod · 0.45
getMethod · 0.45

Tested by 8

load_configMethod · 0.64
build_uwsgi_packetFunction · 0.64
create_workerMethod · 0.64
create_workerMethod · 0.64
make_uwsgi_packetFunction · 0.64
_create_protocolMethod · 0.64
_cfgFunction · 0.64
docker_servicesFunction · 0.64