Home
last modified time | relevance | path

Searched defs:supports_unicode_filenames (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dos2emxpath.py160 supports_unicode_filenames = False variable
Dmacpath.py216 supports_unicode_filenames = True variable
Dntpath.py500 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
Dposixpath.py422 supports_unicode_filenames = (sys.platform == 'darwin') variable
/external/python/cpython3/Lib/
Dposixpath.py447 supports_unicode_filenames = (sys.platform == 'darwin') variable
Dntpath.py675 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
/external/python/cpython2/Lib/test/
Dtest_sax.py29 supports_unicode_filenames = True variable
36 supports_unicode_filenames = False variable