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

Method info

gunicorn/dirty/stash.py:256–266  ·  view source on GitHub ↗

Get information about a table. Args: table: Table name Returns: Dict with table info (size, etc.)

(self, table)

Source from the content-addressed store, hash-verified

254 self._execute(STASH_OP_CLEAR, table)
255
256 def info(self, table):
257 """
258 Get information about a table.
259
260 Args:
261 table: Table name
262
263 Returns:
264 Dict with table info (size, etc.)
265 """
266 return self._execute(STASH_OP_INFO, table)
267
268 def ensure(self, table):
269 """

Callers 15

runMethod · 0.45
_signal_handlerMethod · 0.45
_run_asyncMethod · 0.45
handle_manage_requestMethod · 0.45
spawn_workerMethod · 0.45
reap_workersMethod · 0.45
reloadMethod · 0.45
_cleanup_syncMethod · 0.45
__len__Method · 0.45
infoFunction · 0.45
load_appsMethod · 0.45
_run_asyncMethod · 0.45

Calls 1

_executeMethod · 0.95

Tested by

no test coverage detected