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

Function visit_Bytes

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

Source from the content-addressed store, hash-verified

21
22
23def visit_Bytes(context):
24 node = Bytes(context.node["s"])
25 node.line_no = context.node["lineno"]
26 node.col = context.node["col_offset"]
27 context.replace(node)
28 return node
29
30
31def visit_Num(context):

Callers

nothing calls this directly

Calls 1

BytesClass · 0.85

Tested by

no test coverage detected