MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / __init__

Method __init__

suds/resolver.py:314–319  ·  view source on GitHub ↗

@param schema: A schema object. @type schema: L{xsd.schema.Schema}

(self, schema)

Source from the content-addressed store, hash-verified

312 """
313
314 def __init__(self, schema):
315 """
316 @param schema: A schema object.
317 @type schema: L{xsd.schema.Schema}
318 """
319 TreeResolver.__init__(self, schema)
320
321 def find(self, node, resolved=False, push=True):
322 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected