Home
last modified time | relevance | path

Searched refs:_CRLF (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dnntplib.py157 _CRLF = b'\r\n' variable
416 line = line + _CRLF
439 if line[-2:] == _CRLF:
441 elif line[-1:] in _CRLF:
483 terminators = (b'.' + _CRLF, b'.\n')
902 if not line.endswith(_CRLF):
903 line = line.rstrip(b"\r\n") + _CRLF
D_pyio.py1860 | (crlf and self._CRLF)
1895 _CRLF = 4 variable in IncrementalNewlineDecoder
/external/python/cpython2/Lib/
D_pyio.py1406 | (crlf and self._CRLF)
1441 _CRLF = 4 variable in IncrementalNewlineDecoder