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

Method set_error_log

python/pathway/internals/operator.py:163–164  ·  view source on GitHub ↗
(self, error_log: tables.Table | None)

Source from the content-addressed store, hash-verified

161 self.graph = graph
162
163 def set_error_log(self, error_log: tables.Table | None) -> None:
164 self.error_log = error_log
165
166 def input_operators(self) -> StableSet[Operator]:
167 result: StableSet[Operator] = StableSet()

Callers 1

add_operatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected