MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / execute

Method execute

suds/xsd/query.py:154–158  ·  view source on GitHub ↗
(self, schema)

Source from the content-addressed store, hash-verified

152 """
153
154 def execute(self, schema):
155 result = schema.attributes.get(self.ref)
156 if self.filter(result):
157 result = self.__deepsearch(schema)
158 return self.result(result)
159
160 def __deepsearch(self, schema):
161 from suds.xsd.sxbasic import Attribute

Callers 1

dependenciesMethod · 0.95

Calls 4

__deepsearchMethod · 0.95
filterMethod · 0.80
resultMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected