Searched defs:supports_unicode_filenames (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | posixpath.py | 463 supports_unicode_filenames = (sys.platform == 'darwin') variable |
D | ntpath.py | 690 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable |