Home
last modified time | relevance | path

Searched refs:_encode_base64 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Mac/Tools/
H A Dplistlib_generate_testdata.py91 print(" %s: binascii.a2b_base64(b'''\n %s'''),"%(fmt_name, _encode_base64(bytes(data)).decode('ascii')[:-1]))
94 print(" 'KEYED_ARCHIVE': binascii.a2b_base64(b'''\n %s''')," % (_encode_base64(bytes(keyed_archive_data)).decode('ascii')[:-1]))
98 def _encode_base64(s, maxlinelength=60): function
/third_party/python/Lib/email/
H A Dcontentmanager.py135 def _encode_base64(data, max_line_length): function
177 data = _encode_base64(embedded_body(lines), policy.max_line_length)
235 data = _encode_base64(data, max_line_length=msg.policy.max_line_length)
/third_party/python/Lib/
H A Dplistlib.py121 def _encode_base64(s, maxlinelength=76): function
378 for line in _encode_base64(data, maxlinelength).split(b"\n"):

Completed in 3 milliseconds