Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ execute
Method
execute
suds/xsd/query.py:140–144 ·
view source on GitHub ↗
(self, schema)
Source
from the content-addressed store, hash-verified
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
147
class
AttrQuery(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