Home
last modified time | relevance | path

Searched refs:_CR (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
D_pyio.py1405 self.seennl |= (lf and self._LF) | (cr and self._CR) \
1440 _CR = 2 variable in IncrementalNewlineDecoder
/external/python/cpython3/Lib/
D_pyio.py1859 self.seennl |= (lf and self._LF) | (cr and self._CR) \
1894 _CR = 2 variable in IncrementalNewlineDecoder