Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
readTuple():
81
cmd = readCommand()
82
return
Tuple(cmd[
"id"
], cmd[
"comp"
], cmd[
"stream"
], cmd[
"task"
], cmd[
"tuple"
])
83
84
85
def
sendMsgToParent(msg):
Callers
2
run
Method · 0.85
run
Method · 0.85
Calls
2
readCommand
Function · 0.85
Tuple
Class · 0.70
Tested by
no test coverage detected