Home
last modified time | relevance | path

Searched refs:maxlinelength (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Mac/Tools/
Dplistlib_generate_testdata.py98 def _encode_base64(s, maxlinelength=60): argument
99 maxbinsize = (maxlinelength//4)*3
/third_party/python/Lib/
Dplistlib.py112 def _encode_base64(s, maxlinelength=76): argument
114 maxbinsize = (maxlinelength//4)*3
365 maxlinelength = max(
369 for line in _encode_base64(data, maxlinelength).split(b"\n"):