twisted.application.app.ApplicationRunner.__init__

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

1 Examples 7

Example 1

Project: mythbox Source File: test_twistd.py
Function: init
    def __init__(self, options):
        app.ApplicationRunner.__init__(self, options)
        self.order = []
        self.logger = TestLoggerFactory(self)