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

Method subscribe

python/pathway/internals/interactive.py:174–175  ·  view source on GitHub ↗
(self, callback: Any)

Source from the content-addressed store, hash-verified

172 return self.snapshot_at(self.frontier())
173
174 def subscribe(self, callback: Any) -> None:
175 raise NotImplementedError("TODO")
176
177 def __del__(self) -> None:
178 print(f"Live table {id(self)} no longer needed")

Calls

no outgoing calls