MCPcopy Index your code
hub / github.com/python/cpython / 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
67def 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

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…