Searched refs:_append_newline (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dmailbox.py201 _append_newline = False variable in class:Mailbox
215 if self._append_newline and not data.endswith(os.linesep):
223 if self._append_newline and not message.endswith(os.linesep):
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
817 _append_newline = True variable in class:mbox
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dmailbox.py201 _append_newline = False variable in class:Mailbox
215 if self._append_newline and not data.endswith(os.linesep):
223 if self._append_newline and not message.endswith(os.linesep):
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
817 _append_newline = True variable in class:mbox
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmailbox.py201 _append_newline = False variable in class:Mailbox
215 if self._append_newline and not data.endswith(os.linesep):
223 if self._append_newline and not message.endswith(os.linesep):
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
817 _append_newline = True variable in class:mbox
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmailbox.py201 _append_newline = False variable in class:Mailbox
215 if self._append_newline and not data.endswith(os.linesep):
223 if self._append_newline and not message.endswith(os.linesep):
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
817 _append_newline = True variable in class:mbox

Completed in 61 milliseconds