Lines Matching refs:endswith
221 if self._append_newline and not data.endswith(linesep):
235 if self._append_newline and not message.endswith(linesep):
247 if line.endswith(b'\r\n'):
249 elif line.endswith(b'\r'):
258 if self._append_newline and lastline and not lastline.endswith(linesep):
1459 if line.endswith(b'\r\n'):
1461 elif line.endswith(b'\r'):
1476 if line.endswith(b'\r\n'):
1478 elif line.endswith(b'\r'):
1480 elif line.endswith(b'\n'):