Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ decode_q
Function
decode_q
Lib/email/_encoded_words.py:67–69 ·
view source on GitHub ↗
(encoded)
Source
from the content-addressed store, hash-verified
65
lambda
m: bytes.fromhex(m.group(1).decode()))
66
67
def
decode_q(encoded):
68
encoded = encoded.replace(b
'_'
, b
' '
)
69
return
_q_byte_subber(encoded), []
70
71
72
# dict mapping bytes to their encoded form
Callers
nothing calls this directly
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected