Searched refs:FS_NONASCII (Results 1 – 9 of 9) sorted by relevance
68 FS_NONASCII = '' variable111 FS_NONASCII = character variable147 if FS_NONASCII:148 TESTFN_NONASCII = TESTFN_ASCII + FS_NONASCII
10 from test.support.os_helper import FS_NONASCII277 return FS_NONASCII or self.skip("File system does not support non-ascii.")
149 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')153 % (os_helper.FS_NONASCII, ord(os_helper.FS_NONASCII)))156 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')159 ch = os_helper.FS_NONASCII
407 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')414 nonascii = os_helper.FS_NONASCII
535 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')541 nonascii = os_helper.FS_NONASCII
673 @unittest.skipUnless(os_helper.FS_NONASCII,682 'print(%a)' % os_helper.FS_NONASCII],685 self.assertEqual(out, os.fsencode(os_helper.FS_NONASCII))
619 test_cwd += os_helper.FS_NONASCII
1207 PYTHONWARNINGS="ignore:DeprecationWarning" + os_helper.FS_NONASCII
1291 .. data:: FS_NONASCII1309 Set to a filename containing the :data:`FS_NONASCII` character.