Searched refs:_CR (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | _pyio.py | 1405 self.seennl |= (lf and self._LF) | (cr and self._CR) \ |
/external/python/cpython3/Lib/ | ||
D | _pyio.py | 1859 self.seennl |= (lf and self._LF) | (cr and self._CR) \ |