Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_append_newline

201     _append_newline = False
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