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

Method when_ready

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

Source from the content-addressed store, hash-verified

1834 type = callable
1835
1836 def when_ready(server):
1837 pass
1838 default = staticmethod(when_ready)
1839 desc = """\
1840 Called just after the server is started.

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected