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

Lines Matching refs:_writenl

1505         self._writenl = newline or os.linesep
1600 if haslf and self._writetranslate and self._writenl != "\n":
1601 s = s.replace("\n", self._writenl)