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

Method py_master_name

tensorflow/tools/docs/parser.py:338–340  ·  view source on GitHub ↗

Return the master name for a Python symbol name.

(self, full_name)

Source from the content-addressed store, hash-verified

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."""
340 return self._duplicate_of.get(full_name, full_name)
341
342 def reference_to_url(self, ref_full_name, relative_path_to_root):
343 """Resolve a "@{python symbol}" reference to a relative path.

Callers 1

docs_for_objectFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected