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

Method __init__

storm-multilang/python/src/main/resources/resources/storm.py:192–197  ·  view source on GitHub ↗
(self, id, component, stream, task, values)

Source from the content-addressed store, hash-verified

190
191class Tuple(object):
192 def __init__(self, id, component, stream, task, values):
193 self.id = id
194 self.component = component
195 self.stream = stream
196 self.task = task
197 self.values = values
198
199 def __repr__(self):
200 return '<%s%s>' % (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected