Searched refs:TESTFN_UNDECODABLE (Results 1 – 6 of 6) sorted by relevance
391 @unittest.skipUnless(support.TESTFN_UNDECODABLE,395 filename = os.fsdecode(support.TESTFN_UNDECODABLE) + '.txt'397 f.write(support.TESTFN_UNDECODABLE)414 data=support.TESTFN_UNDECODABLE)
496 if (support.TESTFN_UNDECODABLE498 name = os.fsdecode(support.TESTFN_UNDECODABLE)
459 if (support.TESTFN_UNDECODABLE465 name = support.TESTFN_UNDECODABLE
3096 if support.TESTFN_UNDECODABLE is not None:3097 encoded = support.TESTFN_UNDECODABLE
919 TESTFN_UNDECODABLE = None variable940 TESTFN_UNDECODABLE = os.fsencode(TESTFN) + name variable
278 .. data:: TESTFN_UNDECODABLE