twisted.web.soap.Proxy

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

1 Examples 7

Example 1

Project: SubliminalCollaborator Source File: test_soap.py
Function: proxy
    def proxy(self):
        return soap.Proxy("http://127.0.0.1:%d/" % self.port)