MCPcopy 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
185def initComponent():
186 setupInfo = readMsg()
187 sendpid(setupInfo['pidDir'])
188 return [setupInfo['conf'], setupInfo['context']]
189
190
191class Tuple(object):

Callers 3

runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls 2

readMsgFunction · 0.85
sendpidFunction · 0.85

Tested by

no test coverage detected