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

Method _add_other_member

tensorflow/tools/docs/parser.py:1394–1396  ·  view source on GitHub ↗
(self, short_name, full_name, obj, doc)

Source from the content-addressed store, hash-verified

1392 return self._other_members
1393
1394 def _add_other_member(self, short_name, full_name, obj, doc):
1395 self._other_members.append(
1396 _OtherMemberInfo(short_name, full_name, obj, doc))
1397
1398 def get_metadata_html(self):
1399 meta_data = _Metadata(self.full_name)

Callers 1

Calls 2

_OtherMemberInfoClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected