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

Method __init__

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

Source from the content-addressed store, hash-verified

373 """
374
375 def __init__(self, schema, root):
376 TypedContent.__init__(self, schema, root)
377 a = root.get('form')
378 if a is not None:
379 self.form_qualified = a == 'qualified'
380 a = self.root.get('nillable')
381 if a is not None:
382 self.nillable = a in ('1', 'true')
383 self.implany()
384
385 def implany(self):
386 """

Callers

nothing calls this directly

Calls 3

implanyMethod · 0.95
__init__Method · 0.45
getMethod · 0.45

Tested by

no test coverage detected