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

Method get_attribute

suds/xsd/sxbasic.py:695–699  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

693 return (child, [])
694
695 def get_attribute(self, name):
696 root = self.root.clone()
697 root.set('note', 'synthesized (any) attribute')
698 attribute = Any(self.schema, root)
699 return (attribute, [])
700
701 def any(self):
702 return True

Callers 2

leafMethod · 0.45
getchildMethod · 0.45

Calls 3

AnyClass · 0.85
cloneMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected