MCPcopy 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
72class StaticDataSource(DataSource, ABC):

Callers

nothing calls this directly

Calls 2

removesuffixMethod · 0.80
lowerMethod · 0.80

Tested by

no test coverage detected