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

Method operator_type

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

Source from the content-addressed store, hash-verified

174 return StableSet()
175
176 def operator_type(self) -> str:
177 return type(self).__name__
178
179 def label(self) -> str:
180 return self.operator_type()

Callers 3

labelMethod · 0.95
statisticsMethod · 0.45
_serialize_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected