MCPcopy
hub / github.com/pathwaycom/pathway / input_tables

Method input_tables

python/pathway/internals/operator.py:121–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119
120 @property
121 def input_tables(self) -> StableSet[tables.Table]:
122 return StableSet.union(
123 *(i.value._operator_dependencies() for i in self._inputs.values())
124 )
125
126 @property
127 def inputs(self) -> list[InputHandle]:

Callers

nothing calls this directly

Calls 3

unionMethod · 0.80
valuesMethod · 0.80

Tested by

no test coverage detected