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

Function visit_Str

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

Source from the content-addressed store, hash-verified

14
15
16def visit_Str(context):
17 node = String(context.node["s"])
18 node.enrich_from_previous(context.node)
19 context.replace(node)
20 return node
21
22
23def visit_Bytes(context):

Callers

nothing calls this directly

Calls 2

StringClass · 0.85
enrich_from_previousMethod · 0.80

Tested by

no test coverage detected