Home
last modified time | relevance | path

Searched defs:TESTFN_UNENCODABLE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/support/
D__init__.py796 TESTFN_UNENCODABLE = None variable
802 TESTFN_UNENCODABLE = TESTFN_ASCII + "-\u5171\u0141\u2661\u0363\uDC80" variable
811 TESTFN_UNENCODABLE = None variable
819 TESTFN_UNENCODABLE = TESTFN_ASCII \ variable
/external/python/cpython2/Lib/test/support/
D__init__.py692 TESTFN_UNENCODABLE = None variable
695 TESTFN_UNENCODABLE = eval('u"@test-\u5171\u6709\u3055\u308c\u308b"') variable