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

Method __init__

suds/resolver.py:399–404  ·  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

397 """
398
399 def __init__(self, schema):
400 """
401 @param schema: A schema object.
402 @type schema: L{xsd.schema.Schema}
403 """
404 TreeResolver.__init__(self, schema)
405
406 def find(self, name, object, resolved=False, push=True):
407 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected