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

Class Types

source code

sudsobject.Object --+    
                    |    
              WObject --+
                        |
                       Types

Represents <types><schema/></types>.

Instance Methods [hide private]
 
__init__(self, root, definitions) source code
 
contents(self) source code
 
schema(self) source code
 
local(self) source code
 
imported(self) 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__

Class Methods [hide private]
 
create(cls, definitions) source code
Instance Variables [hide private]

Inherited from WObject: root

Method Details [hide private]

__init__(self, root, definitions)
(Constructor)

source code 
Parameters:
Overrides: sudsobject.Object.__init__