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

Class _OtherMemberInfo

tensorflow/tools/docs/parser.py:836–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834
835
836class _OtherMemberInfo(
837 collections.namedtuple('_OtherMemberInfo',
838 ['short_name', 'full_name', 'obj', 'doc'])):
839
840 __slots__ = []
841
842 def is_link(self):
843 return False
844
845
846_PropertyInfo = collections.namedtuple(

Callers 2

_add_other_memberMethod · 0.85
_add_other_memberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected