Package suds :: Module wsdl :: Class Import
[hide private]
[frames] | no frames]

Class Import

source code

sudsobject.Object --+    
                    |    
              WObject --+
                        |
                       Import

Represents the <wsdl:import/>.

Instance Methods [hide private]
 
__init__(self, root, definitions) source code
 
load(self, definitions)
Load the object by opening the URL
source code
 
import_definitions(self, definitions, d)
import/merge wsdl definitions
source code
 
import_schema(self, definitions, d)
import schema as <types/> content
source code
 
__gt__(self, other) source code

Inherited from WObject: resolve

Inherited from sudsobject.Object: __contains__, __delattr__, __getitem__, __iter__, __len__, __repr__, __setattr__, __setitem__, __str__, __unicode__

Instance Variables [hide private]
Definitions imported
The imported object.
str location
The value of the location attribute.
str ns
The value of the namespace attribute.

Inherited from WObject: root

Method Details [hide private]

__init__(self, root, definitions)
(Constructor)

source code 
Parameters:
Overrides: sudsobject.Object.__init__