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

Function get

gunicorn/dirty/stash.py:456–458  ·  gunicorn/dirty/stash.py::get

Retrieve a value from a table.

(table, key, default=None)

Source from the content-addressed store, hash-verified

454
455
456def get(table, key, default=None):
457 class="st">""class="st">"Retrieve a value from a table."class="st">""
458 return _get_client().get(table, key, default)
459
460
461def delete(table, key):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected