MCPcopy Index your code
hub / github.com/pathwaycom/pathway / to_output

Method to_output

python/pathway/internals/arg_tuple.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124
125class TupleArgTuple(ArgTuple):
126 def to_output(self):
127 return tuple(self.values())
128
129
130class ScalarArgTuple(ArgTuple):

Callers

nothing calls this directly

Calls 2

tupleFunction · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected