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

Method execute

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

Source from the content-addressed store, hash-verified

176 """
177
178 def execute(self, schema):
179 result = schema.agrps.get(self.ref)
180 if self.filter(result):
181 result = None
182 return self.result(result)
183
184
185class ElementQuery(Query):

Callers 1

dependenciesMethod · 0.95

Calls 3

filterMethod · 0.80
resultMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected