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

Class ErrorLogDataSource

python/pathway/internals/datasource.py:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138@dataclass(frozen=True)
139class ErrorLogDataSource(DataSource):
140 def is_bounded(self) -> bool:
141 return False
142
143 def is_append_only(self) -> bool:
144 return True

Callers 1

add_error_logMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected