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

Method _visit_node

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

Source from the content-addressed store, hash-verified

323 value: NodeType
324
325 def _visit_node(self, context: Context):
326 context.visit_child(
327 node = self.value,
328 replace = partial(self.__replace_value, visitor=context.visitor)
329 )
330
331 def __replace_value(self, value, visitor):
332 self.value = value

Callers

nothing calls this directly

Calls 1

visit_childMethod · 0.80

Tested by

no test coverage detected