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

Method close

gunicorn/dirty/stash.py:322–325  ·  view source on GitHub ↗

Close the client connection.

(self)

Source from the content-addressed store, hash-verified

320 return StashTable(self, name)
321
322 def close(self):
323 """Close the client connection."""
324 with self._lock:
325 self._close()
326
327 def __enter__(self):
328 return self

Callers 2

__exit__Method · 0.95
_closeMethod · 0.45

Calls 1

_closeMethod · 0.95

Tested by

no test coverage detected