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

Method has_subscript

tensorflow/python/autograph/pyct/qual_names.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 return len(self.qn) > 1
111
112 def has_subscript(self):
113 return self._has_subscript
114
115 def has_attr(self):
116 return self._has_attr

Callers 7

owner_setMethod · 0.95
support_setMethod · 0.95
__eq__Method · 0.95
__str__Method · 0.95
ssfMethod · 0.95
astMethod · 0.95
test_subscriptsMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_subscriptsMethod · 0.76