MCPcopy
hub / github.com/geldata/gel / report_error

Method report_error

tests/test_docs.py:102–103  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

100 )
101
102 def report_error(self, message: str):
103 self._errors.append(f'{self._filename}:{self._line_no}: {message}')
104
105 def raise_errors_if_any(self):
106 if self._errors:

Callers 1

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected