MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / log_errors

Method log_errors

tensorflow/tools/docs/parser.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self._errors.append(self.current_doc_full_name, message)
195
196 def log_errors(self):
197 self._errors.log_all()
198
199 def num_errors(self):
200 return len(self._errors)

Callers 1

buildMethod · 0.80

Calls 1

log_allMethod · 0.80

Tested by

no test coverage detected