MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / _post_analysis

Method _post_analysis

aura/analyzers/python/visitor.py:304–306  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

302 ...
303
304 def _post_analysis(self):
305 for node in ASTNode.get_instances():
306 node.converged = False
307
308 def _visit_node(self, context: Context):
309 pass

Callers 1

traverseMethod · 0.95

Calls 1

get_instancesMethod · 0.80

Tested by

no test coverage detected