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

Function visit_Num

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

Source from the content-addressed store, hash-verified

29
30
31def visit_Num(context):
32 node = Number(context.node["n"])
33 node.enrich_from_previous(context.node)
34 context.replace(node)
35 return node
36
37
38def visit_Complex(context):

Callers

nothing calls this directly

Calls 2

NumberClass · 0.85
enrich_from_previousMethod · 0.80

Tested by

no test coverage detected