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