twisted.application.service - python examples

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

1 Examples 7

0 View Complete Implementation : test_web_api.py
Copyright GNU General Public License v3.0
Author : leapcode
    def init(self, label, service, *args, **kw):
        s = service(*args, **kw)
        s.setName(label)
        s.setServiceParent(self)