MCPcopy Index your code
hub / github.com/python/cpython / _qencode

Function _qencode

Lib/email/encoders.py:19–22  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

17
18
19def _qencode(s):
20 enc = _encodestring(s, quotetabs=True)
21 # Must encode spaces, which quopri.encodestring() doesn't do
22 return enc.replace(b' ', b'=20')
23
24
25def encode_base64(msg):

Callers 1

encode_quopriFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…