Searched defs:filesystemencoding (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Lib/idlelib/idle_test/ | ||
| D | test_editor.py | 38 filesystemencoding = 'utf-8' variable in EditorFunctionTest.test_filename_to_unicode.dummy |
| /external/python/cpython2/Lib/idlelib/ | ||
| D | IOBinding.py | 32 filesystemencoding = sys.getfilesystemencoding() variable |
| /external/python/cpython3/Lib/idlelib/ | ||
| D | editor.py | 62 filesystemencoding = sys.getfilesystemencoding() # for file names variable in EditorWindow |