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

Method on_exit

gunicorn/config.py:2048–2049  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

2046 validator = validate_callable(1)
2047
2048 def on_exit(server):
2049 pass
2050
2051 default = staticmethod(on_exit)
2052 desc = """\

Callers 1

haltMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected