Home
last modified time | relevance | path

Searched defs:test_array_writes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_io.py535 def test_array_writes(self): member in IOTest
725 test_array_writes = unittest.skip( variable in PyIOTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_io.py721 def test_array_writes(self): member in IOTest