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

Function put

gunicorn/dirty/stash.py:451–453  ·  gunicorn/dirty/stash.py::put

Store a value in a table.

(table, key, value)

Source from the content-addressed store, hash-verified

449class="cm"># Module-level functions that use the thread-local client
450
451def put(table, key, value):
452 class="st">""class="st">"Store a value in a table."class="st">""
453 _get_client().put(table, key, value)
454
455
456def get(table, key, default=None):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
putMethod · 0.80

Tested by

no test coverage detected