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

Method _visit_node

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

Source from the content-addressed store, hash-verified

409 return self.value
410
411 def _visit_node(self, context: Context):
412 if type(self.value) == dict:
413 context.visit_child(
414 node = self.value,
415 replace=partial(self.__replace_value, visitor=context.visitor)
416 )
417
418 def __replace_value(self, value, visitor):
419 self.value = value

Callers

nothing calls this directly

Calls 1

visit_childMethod · 0.80

Tested by

no test coverage detected