Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ visit_node
Method
visit_node
tensorflow/python/autograph/pyct/cfg_test.py:35–37 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
33
return
None
34
35
def
visit_node(self, node):
36
self.counts[node.ast_node] = self.counts.get(node.ast_node, 0) + 1
37
return
False
# visit only once
38
39
40
class
GraphVisitorTest(test.TestCase):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected