Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
501
def
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_client
Function · 0.85
table
Method · 0.80
Tested by
no test coverage detected