Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ add_error
Method
add_error
tensorflow/tools/docs/parser.py:193–194 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
191
self._errors = _Errors()
192
193
def
add_error(self, message):
194
self._errors.append(self.current_doc_full_name, message)
195
196
def
log_errors(self):
197
self._errors.log_all()
Callers
1
strict_one_ref
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected