Home
last modified time | relevance | path

Searched refs:TESTFN_UNDECODABLE (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_httpservers.py391 @unittest.skipUnless(support.TESTFN_UNDECODABLE,
395 filename = os.fsdecode(support.TESTFN_UNDECODABLE) + '.txt'
397 f.write(support.TESTFN_UNDECODABLE)
414 data=support.TESTFN_UNDECODABLE)
Dtest_cmd_line_script.py496 if (support.TESTFN_UNDECODABLE
498 name = os.fsdecode(support.TESTFN_UNDECODABLE)
Dtest_genericpath.py459 if (support.TESTFN_UNDECODABLE
465 name = support.TESTFN_UNDECODABLE
Dtest_os.py3096 if support.TESTFN_UNDECODABLE is not None:
3097 encoded = support.TESTFN_UNDECODABLE
/external/python/cpython3/Lib/test/support/
D__init__.py919 TESTFN_UNDECODABLE = None variable
940 TESTFN_UNDECODABLE = os.fsencode(TESTFN) + name variable
/external/python/cpython3/Doc/library/
Dtest.rst278 .. data:: TESTFN_UNDECODABLE