Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
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
31
def
visit_Num(context):
Callers
nothing calls this directly
Calls
1
Bytes
Class · 0.85
Tested by
no test coverage detected