HomeSort by relevance Sort by last modified time
    Searched refs:_append_newline (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 201 _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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 201 _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
    [all...]

Completed in 35 milliseconds