Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ process_input
Method
process_input
python/pathway/internals/arg_tuple.py:121–122 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
119
return
self
120
121
def
process_input(self, other):
122
return
self.with_same_order(other)
123
124
125
class
TupleArgTuple(ArgTuple):
Callers
nothing calls this directly
Calls
1
with_same_order
Method · 0.80
Tested by
no test coverage detected