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

Method close

gunicorn/workers/workertmp.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 return self._tmp.fileno()
51
52 def close(self):
53 return self._tmp.close()

Callers 3

__init__Method · 0.45

Calls

no outgoing calls