Searched refs:haslf (Results 1 – 4 of 4) sorted by relevance
1613 haslf = (self._writetranslate or self._line_buffering) and "\n" in s1614 if haslf and self._writetranslate and self._writenl != "\n":1620 if self._line_buffering and (haslf or "\r" in s):
1256 int haslf = 0; in textiowrapper_write() local1279 haslf = 1; in textiowrapper_write()1281 if (haslf && self->writetranslate && self->writenl != NULL) { in textiowrapper_write()1291 (haslf || in textiowrapper_write()
1530 int haslf = 0; in _io_TextIOWrapper_write_impl() local1548 haslf = 1; in _io_TextIOWrapper_write_impl()1550 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()1562 (haslf || in _io_TextIOWrapper_write_impl()
2143 haslf = (self._writetranslate or self._line_buffering) and "\n" in s2144 if haslf and self._writetranslate and self._writenl != "\n":2150 if self._line_buffering and (haslf or "\r" in s):