Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmailbox.py199 _append_newline = False variable in Mailbox
213 if self._append_newline and not data.endswith(os.linesep):
221 if self._append_newline and not message.endswith(os.linesep):
235 if self._append_newline and lastline and not lastline.endswith(os.linesep):
827 _append_newline = True variable in mbox
/external/python/cpython3/Lib/
Dmailbox.py208 _append_newline = False variable in Mailbox
221 if self._append_newline and not data.endswith(linesep):
235 if self._append_newline and not message.endswith(linesep):
258 if self._append_newline and lastline and not lastline.endswith(linesep):
845 _append_newline = True variable in mbox