Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
125
class
TupleArgTuple(ArgTuple):
126
def
to_output(self):
127
return
tuple(self.values())
128
129
130
class
ScalarArgTuple(ArgTuple):
Callers
nothing calls this directly
Calls
2
tuple
Function · 0.85
values
Method · 0.80
Tested by
no test coverage detected