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

Method __init__

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

232 """
233
234 def __init__(self, schema):
235 """
236 @param schema: A schema object.
237 @type schema: L{xsd.schema.Schema}
238 """
239 Resolver.__init__(self, schema)
240 self.stack = Stack()
241
242 def reset(self):
243 """

Callers

nothing calls this directly

Calls 2

StackClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected