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

Method set_graph

python/pathway/internals/operator.py:160–161  ·  view source on GitHub ↗
(self, graph: ParseGraph)

Source from the content-addressed store, hash-verified

158 self._outputs[name] = output
159
160 def set_graph(self, graph: ParseGraph):
161 self.graph = graph
162
163 def set_error_log(self, error_log: tables.Table | None) -> None:
164 self.error_log = error_log

Callers 1

add_operatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected