Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Method · 0.95
Tested by
no test coverage detected