Home
last modified time | relevance | path

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

/external/python/cpython3/Mac/Tools/
Dplistlib_generate_testdata.py98 def _encode_base64(s, maxlinelength=60): argument
/external/python/cpython2/Lib/
Dplistlib.py356 def _encodeBase64(s, maxlinelength=76): argument
378 def asBase64(self, maxlinelength=76): argument
/external/python/cpython3/Lib/
Dplistlib.py112 def _encode_base64(s, maxlinelength=76): argument