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

Method table

gunicorn/dirty/stash.py:310–320  ·  view source on GitHub ↗

Get a dict-like interface to a table. Args: name: Table name Returns: StashTable instance

(self, name)

Source from the content-addressed store, hash-verified

308 return self._execute(STASH_OP_TABLES, "")
309
310 def table(self, name):
311 """
312 Get a dict-like interface to a table.
313
314 Args:
315 name: Table name
316
317 Returns:
318 StashTable instance
319 """
320 return StashTable(self, name)
321
322 def close(self):
323 """Close the client connection."""

Callers 1

tableFunction · 0.80

Calls 1

StashTableClass · 0.85

Tested by

no test coverage detected