Searched refs:has_textmode (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_tempfile.py26 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags) variable
431 @unittest.skipUnless(has_textmode, "text mode not available")
/external/python/cpython3/Lib/test/
H A Dtest_tempfile.py25 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags) variable
483 @unittest.skipUnless(has_textmode, "text mode not available")

Completed in 187 milliseconds