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

Method _link_text_to_html

tensorflow/tools/docs/parser.py:334–336  ·  view source on GitHub ↗
(link_text)

Source from the content-addressed store, hash-verified

332
333 @staticmethod
334 def _link_text_to_html(link_text):
335 code_re = '`(.*?)`'
336 return re.sub(code_re, r'<code>\1</code>', link_text)
337
338 def py_master_name(self, full_name):
339 """Return the master name for a Python symbol name."""

Callers 2

python_linkMethod · 0.95
_doc_linkMethod · 0.95

Calls 1

subMethod · 0.45

Tested by

no test coverage detected