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

Method skip_child

suds/builder.py:103–107  ·  view source on GitHub ↗

get whether or not to skip the specified child

(self, child, ancestry)

Source from the content-addressed store, hash-verified

101 setattr(data, name, value)
102
103 def skip_child(self, child, ancestry):
104 """ get whether or not to skip the specified child """
105 if child.any():
106 return True
107 return any(x.choice() for x in ancestry)
108
109 def ordering(self, type):
110 """ get the ordering """

Callers 2

buildMethod · 0.95
processMethod · 0.95

Calls 2

anyMethod · 0.45
choiceMethod · 0.45

Tested by

no test coverage detected