twisted.application.app.run

Here are the examples of the python api twisted.application.app.run taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : twistd.py
with MIT License
from autofelix

def run():
    app.run(runApp, ServerOptions)


__all__ = ['run', 'runApp']