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

Method __iter__

gunicorn/dirty/stash.py:377–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

375 return self._client.exists(self._name, key)
376
377 def __iter__(self):
378 return iter(self._client.keys(self._name))
379
380 def __len__(self):
381 info = self._client.info(self._name)

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected