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

Method __exit__

gunicorn/dirty/stash.py:330–331  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

328 return self
329
330 def __exit__(self, exc_type, exc_val, exc_tb):
331 self.close()
332
333
334class StashTable:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected