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

Method __visit_list

aura/analyzers/python/visitor.py:292–296  ·  view source on GitHub ↗
(self, idx: int, item, context: Context)

Source from the content-addressed store, hash-verified

290 )
291
292 def __visit_list(self, idx: int, item, context: Context):
293 context.visit_child(
294 node=item,
295 replace=partial(self._replace_generic, key=idx, context=context),
296 )
297
298 def _init_visit(self, context: Context):
299 pass

Callers 1

__process_contextMethod · 0.95

Calls 1

visit_childMethod · 0.80

Tested by

no test coverage detected