Home
last modified time | relevance | path

Searched defs:supports_unicode_filenames (Results 1 – 8 of 8) 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/
Dmacpath.py216 supports_unicode_filenames = True variable
Dntpath.py533 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
Dposixpath.py451 supports_unicode_filenames = (sys.platform == 'darwin') variable
/external/python/cpython2/Lib/test/
Dtest_sax.py29 supports_unicode_filenames = True variable
36 supports_unicode_filenames = False variable