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

Method label

python/pathway/internals/operator.py:179–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177 return type(self).__name__
178
179 def label(self) -> str:
180 return self.operator_type()
181
182 def __repr__(self) -> str:
183 return f"{self.id} [{self.label()}]"

Callers 1

__repr__Method · 0.95

Calls 1

operator_typeMethod · 0.95

Tested by

no test coverage detected