Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ decode_str
Function
decode_str
aura/analyzers/python_src_inspector.py:54–55 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
52
if
sys.version_info.major == 3:
53
54
def
decode_str(value):
55
return
value
56
57
58
else
:
# Python2 specific handlers
Callers
1
get_value
Function · 0.85
Calls
1
decode_bytes
Function · 0.85
Tested by
no test coverage detected