Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
class
ElementQuery(Query):
Callers
1
dependencies
Method · 0.95
Calls
3
filter
Method · 0.80
result
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected