Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ initComponent
Function
initComponent
storm-multilang/python/src/main/resources/resources/storm.py:185–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
184
185
def
initComponent():
186
setupInfo = readMsg()
187
sendpid(setupInfo[
'pidDir'
])
188
return
[setupInfo[
'conf'
], setupInfo[
'context'
]]
189
190
191
class
Tuple(object):
Callers
3
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
Calls
2
readMsg
Function · 0.85
sendpid
Function · 0.85
Tested by
no test coverage detected