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

Method __init__

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

Source from the content-addressed store, hash-verified

513 cls.locations[ns] = location
514
515 def __init__(self, schema, root):
516 SchemaObject.__init__(self, schema, root)
517 self.ns = (None, root.get('namespace'))
518 self.location = root.get('schemaLocation')
519 if self.location is None:
520 self.location = self.locations.get(self.ns[1])
521 self.opened = False
522
523 def open(self, options):
524 """

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected