Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ name
Method
name
python/pathway/internals/datasource.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
67
@property
68
def
name(self) -> str:
69
return
type(self).__qualname__.lower().removesuffix(
"datasource"
)
70
71
72
class
StaticDataSource(DataSource, ABC):
Callers
nothing calls this directly
Calls
2
removesuffix
Method · 0.80
lower
Method · 0.80
Tested by
no test coverage detected