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

Class GroupQuery

suds/xsd/query.py:134–144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

132
133
134class GroupQuery(Query):
135 """
136 Schema query class that searches for Group references in
137 the specified schema.
138 """
139
140 def execute(self, schema):
141 result = schema.groups.get(self.ref)
142 if self.filter(result):
143 result = None
144 return self.result(result)
145
146
147class AttrQuery(Query):

Callers 1

dependenciesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected