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

Method _visit_node

aura/analyzers/python/nodes.py:630–635  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

628 return d
629
630 def _visit_node(self, context):
631 if type(self.source) != str:
632 context.visit_child(
633 node=self.source,
634 replace=partial(self.__replace_source, visitor=context.visitor),
635 )
636
637 def __replace_source(self, value, visitor):
638 visitor.modified = True

Callers

nothing calls this directly

Calls 1

visit_childMethod · 0.80

Tested by

no test coverage detected