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

Method visit_Name

tensorflow/python/autograph/pyct/qual_names.py:225–228  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

223 """
224
225 def visit_Name(self, node):
226 node = self.generic_visit(node)
227 anno.setanno(node, anno.Basic.QN, QN(node.id))
228 return node
229
230 def visit_Attribute(self, node):
231 node = self.generic_visit(node)

Callers

nothing calls this directly

Calls 2

QNClass · 0.85
generic_visitMethod · 0.45

Tested by

no test coverage detected