Home
last modified time | relevance | path

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

/external/python/cpython3/Mac/Tools/
Dplistlib_generate_testdata.py98 def _encode_base64(s, maxlinelength=60): argument
/external/python/cpython3/Lib/
Dplistlib.py121 def _encode_base64(s, maxlinelength=76): argument