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

Method on_starting

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

Source from the content-addressed store, hash-verified

1802 type = callable
1803
1804 def on_starting(server):
1805 pass
1806 default = staticmethod(on_starting)
1807 desc = """\
1808 Called just before the master process is initialized.

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected