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

Method _add_module

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

Source from the content-addressed store, hash-verified

1371 return self._modules
1372
1373 def _add_module(self, short_name, full_name, obj, doc, url):
1374 self._modules.append(_LinkInfo(short_name, full_name, obj, doc, url))
1375
1376 @property
1377 def classes(self):

Callers 1

Calls 2

_LinkInfoClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected