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

Function set_stash_socket_path

gunicorn/dirty/stash.py:418–421  ·  view source on GitHub ↗

Set the global stash socket path (called during initialization).

(path)

Source from the content-addressed store, hash-verified

416
417
418def set_stash_socket_path(path):
419 """Set the global stash socket path (called during initialization)."""
420 global _stash_socket_path # pylint: disable=global-statement
421 _stash_socket_path = path
422
423
424def get_stash_socket_path():

Callers 1

set_dirty_socket_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected