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

Method execute

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

Source from the content-addressed store, hash-verified

190 """
191
192 def execute(self, schema):
193 result = schema.elements.get(self.ref)
194 if self.filter(result):
195 result = self.__deepsearch(schema)
196 return self.result(result)
197
198 def __deepsearch(self, schema):
199 from suds.xsd.sxbasic import Element

Callers 3

set_wrappedMethod · 0.95
dependenciesMethod · 0.95
executeMethod · 0.95

Calls 4

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

Tested by

no test coverage detected