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

Method visit_Name

tensorflow/python/autograph/pyct/ast_util.py:99–100  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

97 return self.generic_visit(node)
98
99 def visit_Name(self, node):
100 return self._process(node)
101
102 def visit_Attribute(self, node):
103 if anno.hasanno(node, anno.Basic.QN):

Callers

nothing calls this directly

Calls 1

_processMethod · 0.95

Tested by

no test coverage detected