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

Function table

gunicorn/dirty/stash.py:501–503  ·  view source on GitHub ↗

Get a dict-like interface to a table.

(name)

Source from the content-addressed store, hash-verified

499
500
501def table(name):
502 """Get a dict-like interface to a table."""
503 return _get_client().table(name)

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
tableMethod · 0.80

Tested by

no test coverage detected