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

Method is_composite

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

Source from the content-addressed store, hash-verified

107 return len(self.qn) <= 1
108
109 def is_composite(self):
110 return len(self.qn) > 1
111
112 def has_subscript(self):
113 return self._has_subscript

Callers 6

test_basicMethod · 0.95
test_subscriptsMethod · 0.95
visit_IfMethod · 0.80
_get_basic_loop_varsMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_basicMethod · 0.76
test_subscriptsMethod · 0.76