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

Method get_metadata_html

tensorflow/tools/docs/parser.py:1157–1163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1155 return self._classes
1156
1157 def get_metadata_html(self):
1158 meta_data = _Metadata(self.full_name)
1159 for item in itertools.chain(self.classes, self.properties, self.methods,
1160 self.other_members):
1161 meta_data.append(item)
1162
1163 return meta_data.build_html()
1164
1165 def _add_class(self, short_name, full_name, obj, doc, url):
1166 """Adds a `_LinkInfo` for a nested class to `classes` list.

Callers 1

write_docsFunction · 0.45

Calls 3

_MetadataClass · 0.85
build_htmlMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected