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

Method debug

python/pathway/internals/table.py:2608–2613  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

2606 return StableSet([self])
2607
2608 def debug(self, name: str):
2609 G.add_operator(
2610 lambda id: DebugOperator(name, id),
2611 lambda operator: operator(self),
2612 )
2613 return self
2614
2615 def to(self, sink: DataSink) -> None:
2616 from pathway.internals import table_io

Calls 2

DebugOperatorClass · 0.90
add_operatorMethod · 0.80