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

Method __init__

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

Source from the content-addressed store, hash-verified

445 """
446
447 def __init__(self, schema, root):
448 SchemaObject.__init__(self, schema, root)
449 self.ref = root.get('base')
450
451 def childtags(self):
452 return ('attribute',

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
getMethod · 0.45

Tested by

no test coverage detected