Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
label
Method · 0.95
statistics
Method · 0.45
_serialize_graph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected