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

Method py_name_to_object

tensorflow/tools/docs/parser.py:1487–1489  ·  view source on GitHub ↗

Return the Python object for a Python symbol name.

(self, full_name)

Source from the content-addressed store, hash-verified

1485 '/code/stable/tensorflow/') # pylint: disable=line-too-long
1486
1487 def py_name_to_object(self, full_name):
1488 """Return the Python object for a Python symbol name."""
1489 return self.index[full_name]
1490
1491
1492def docs_for_object(full_name, py_object, parser_config):

Callers 3

_set_basesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected