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

Method _add_class

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

Source from the content-addressed store, hash-verified

1378 return self._classes
1379
1380 def _add_class(self, short_name, full_name, obj, doc, url):
1381 self._classes.append(_LinkInfo(short_name, full_name, obj, doc, url))
1382
1383 @property
1384 def functions(self):

Callers 1

Calls 2

_LinkInfoClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected