Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py2402 def test_seek_and_tell_with_data(data, min_pos=0): function
2430 test_seek_and_tell_with_data(input)
2438 test_seek_and_tell_with_data(prefix + input, min_pos)
/external/python/cpython3/Lib/test/
Dtest_io.py2946 def test_seek_and_tell_with_data(data, min_pos=0): function
2974 test_seek_and_tell_with_data(input)
2982 test_seek_and_tell_with_data(prefix + input, min_pos)