MCPcopy 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

52if sys.version_info.major == 3:
53
54 def decode_str(value):
55 return value
56
57
58else: # Python2 specific handlers

Callers 1

get_valueFunction · 0.85

Calls 1

decode_bytesFunction · 0.85

Tested by

no test coverage detected