MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / __init__

Method __init__

suds/xsd/sxbasic.py:586–591  ·  view source on GitHub ↗
(self, schema, root)

Source from the content-addressed store, hash-verified

584 locations = {}
585
586 def __init__(self, schema, root):
587 SchemaObject.__init__(self, schema, root)
588 self.location = root.get('schemaLocation')
589 if self.location is None:
590 self.location = self.locations.get(self.ns[1])
591 self.opened = False
592
593 def open(self, options):
594 """

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
getMethod · 0.45

Tested by

no test coverage detected