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

Method get_global_error_log

python/pathway/internals/parse_graph.py:198–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 self.error_log_stack.pop()
197
198 def get_global_error_log(self) -> Table[ErrorLogSchema]:
199 if not self.error_log_stack:
200 self.add_error_log(global_log=True)
201 return self.error_log_stack[0]
202
203 def clear(self) -> None:
204 self.node_id_sequence = itertools.count()

Callers 1

global_error_logFunction · 0.80

Calls 1

add_error_logMethod · 0.95

Tested by

no test coverage detected