Return the Python object for a Python symbol name.
(self, full_name)
| 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 | |
| 1492 | def docs_for_object(full_name, py_object, parser_config): |
no outgoing calls
no test coverage detected