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

Class AttrGroupQuery

suds/xsd/query.py:172–182  ·  view source on GitHub ↗

Schema query class that searches for attributeGroup references in the specified schema.

Source from the content-addressed store, hash-verified

170
171
172class AttrGroupQuery(Query):
173 """
174 Schema query class that searches for attributeGroup references in
175 the specified schema.
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.85

Calls

no outgoing calls

Tested by

no test coverage detected