MCPcopy 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
125class TupleArgTuple(ArgTuple):

Callers

nothing calls this directly

Calls 1

with_same_orderMethod · 0.80

Tested by

no test coverage detected