Exemple #1
0
 def __init__(self):
     """
     Constructor.
     """
     from suds.transport.options import Options
     self.options = Options()
     del Options
Exemple #2
0
 def __init__(self):
     """
     Constructor.
     """
     Transport.__init__(self)
     from suds.transport.options import Options
     self.options = Options()
     del Options
     self._contextFactory = None
Exemple #3
0
 def __init__(self):
     from suds.transport.options import Options
     self.options = Options()