Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __init__
Method
__init__
st2common/st2common/services/executions.py:308–309 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
306
307
class
DFSDescendantView(object):
308
def
__init__(self):
309
self._result = []
310
311
def
add(self, child):
312
self._result.append(child)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected