MCPcopy Create free account
hub / github.com/pathwaycom/pathway / OutputHandle

Class OutputHandle

python/pathway/internals/operator.py:74–81  ·  view source on GitHub ↗

Handle for the output of the Operator.

Source from the content-addressed store, hash-verified

72
73
74class OutputHandle(InOut):
75 """Handle for the output of the Operator."""
76
77 value: tables.Table
78
79 def __init__(self, operator: Operator, name, value: tables.Table):
80 super().__init__(operator, name)
81 self.value = value
82
83
84class Operator(ABC):

Callers 2

_prepare_outputsMethod · 0.85
_copy_input_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected