MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / visit_Dict

Function visit_Dict

aura/analyzers/python/convert_ast.py:56–60  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

54
55
56def visit_Dict(context):
57 new_node = Dictionary(context.node["keys"], context.node["values"])
58 new_node.enrich_from_previous(context.node)
59 context.replace(new_node)
60 return new_node
61
62
63def visit_Expr(context):

Callers

nothing calls this directly

Calls 2

DictionaryClass · 0.85
enrich_from_previousMethod · 0.80

Tested by

no test coverage detected