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

Method _add_function

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

Source from the content-addressed store, hash-verified

1385 return self._functions
1386
1387 def _add_function(self, short_name, full_name, obj, doc, url):
1388 self._functions.append(_LinkInfo(short_name, full_name, obj, doc, url))
1389
1390 @property
1391 def other_members(self):

Callers 1

Calls 2

_LinkInfoClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected