Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py2867 def _decode_bytewise(s): function
2873 def _decode_bytewise(s): function
2878 _decode_bytewise("abc\n\r")
2880 _decode_bytewise("\nabc")
2882 _decode_bytewise("abc\r")
2884 _decode_bytewise("abc")
2886 _decode_bytewise("abc\r")
/external/python/cpython3/Lib/test/
Dtest_io.py3711 def _decode_bytewise(s): function
3717 def _decode_bytewise(s): function
3722 _decode_bytewise("abc\n\r")
3724 _decode_bytewise("\nabc")
3726 _decode_bytewise("abc\r")
3728 _decode_bytewise("abc")
3730 _decode_bytewise("abc\r")