Home | History | Annotate | Download | only in test

Lines Matching full:has_textmode

26 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
431 @unittest.skipUnless(has_textmode, "text mode not available")