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

Method close

tests/test_asgi_worker.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 return len(data)
54
55 def close(self):
56 self.closed = True
57
58 def getsockname(self):
59 return ('127.0.0.1', 8000)

Calls

no outgoing calls

Tested by

no test coverage detected