MCPcopy Create free account
hub / github.com/apache/storm / readTuple

Function readTuple

storm-multilang/python/src/main/resources/resources/storm.py:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def readTuple():
81 cmd = readCommand()
82 return Tuple(cmd["id"], cmd["comp"], cmd["stream"], cmd["task"], cmd["tuple"])
83
84
85def sendMsgToParent(msg):

Callers 2

runMethod · 0.85
runMethod · 0.85

Calls 2

readCommandFunction · 0.85
TupleClass · 0.70

Tested by

no test coverage detected