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

Method _doc_missing

tensorflow/tools/docs/parser.py:441–444  ·  view source on GitHub ↗

Generate an error for unrecognized @{$...} references.

(self, string, unused_hash_tag, unused_link_text,
                   unused_manual_link_text, unused_relative_path_to_root)

Source from the content-addressed store, hash-verified

439 relative_path_to_root)
440
441 def _doc_missing(self, string, unused_hash_tag, unused_link_text,
442 unused_manual_link_text, unused_relative_path_to_root):
443 """Generate an error for unrecognized @{$...} references."""
444 raise TFDocsError('Unknown Document "%s"' % string)
445
446 def _cc_link(self, string, link_text, unused_manual_link_text,
447 relative_path_to_root):

Callers 1

_doc_linkMethod · 0.95

Calls 1

TFDocsErrorClass · 0.85

Tested by

no test coverage detected