Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dposixpath.py463 supports_unicode_filenames = (sys.platform == 'darwin') variable
Dntpath.py690 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable