toil.server.wsgi_app
¶
Module Contents¶
Classes¶
An entry point to integrate a Gunicorn WSGI server in Python. To start a |
Functions¶
|
Run a Gunicorn WSGI server. |
- class toil.server.wsgi_app.GunicornApplication(app, options=None)¶
Bases:
digraph inheritance691a9efd90 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "GunicornApplication" [URL="#toil.server.wsgi_app.GunicornApplication",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="An entry point to integrate a Gunicorn WSGI server in Python. To start a"]; }gunicorn.app.base.BaseApplication
An entry point to integrate a Gunicorn WSGI server in Python. To start a WSGI application with callable app, run the following code:
- WSGIApplication(app, options={
…
}).run()
For more details, see: https://docs.gunicorn.org/en/latest/custom.html
- init(*args)¶
- Parameters:
args (Any) –
- Return type:
None
- load_config()¶
- Return type:
None