Home
last modified time | relevance | path

Searched refs:haslf (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_io/
H A Dtextio.c1589 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1607 haslf = 1; in _io_TextIOWrapper_write_impl()
1609 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1621 (haslf || in _io_TextIOWrapper_write_impl()
/third_party/python/Lib/
H A D_pyio.py2218 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2219 if haslf and self._writetranslate and self._writenl != "\n":
2225 if self._line_buffering and (haslf or "\r" in s):

Completed in 7 milliseconds