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

Class _LinkInfo

tensorflow/tools/docs/parser.py:826–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824
825
826class _LinkInfo(
827 collections.namedtuple(
828 '_LinkInfo', ['short_name', 'full_name', 'obj', 'doc', 'url'])):
829
830 __slots__ = []
831
832 def is_link(self):
833 return True
834
835
836class _OtherMemberInfo(

Callers 5

_set_basesMethod · 0.85
_add_classMethod · 0.85
_add_moduleMethod · 0.85
_add_classMethod · 0.85
_add_functionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected