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

Method __call__

python/pathway/internals/operator.py:296–299  ·  view source on GitHub ↗
(self, table: tables.Table)

Source from the content-addressed store, hash-verified

294 self.datasink = datasink
295
296 def __call__(self, table: tables.Table) -> OutputOperator:
297 self._prepare_inputs(as_arg_tuple(table))
298 self.table = table
299 return self
300
301 def hard_table_dependencies(self) -> StableSet[tables.Table]:
302 return self.input_tables

Callers

nothing calls this directly

Calls 2

as_arg_tupleFunction · 0.90
_prepare_inputsMethod · 0.80

Tested by

no test coverage detected