Package suds :: Module resolver :: Class Resolver
[hide private]
[frames] | no frames]

Class Resolver

source code

Known Subclasses:

An abstract schema-type resolver.

Instance Methods [hide private]
 
__init__(self, schema) source code
xsd.sxbase.SchemaObject
find(self, name, resolved=True)
Get the definition object for the schema object by name.
source code
Instance Variables [hide private]
xsd.schema.Schema schema
A schema object.
Method Details [hide private]

__init__(self, schema)
(Constructor)

source code 
Parameters:

find(self, name, resolved=True)

source code 

Get the definition object for the schema object by name.

Parameters:
  • name (basestring) - The name of a schema object.
  • resolved (boolean) - A flag indicating that the fully resolved type should be returned.
Returns: xsd.sxbase.SchemaObject
The found schema type