Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DIOBinding.py32 filesystemencoding = sys.getfilesystemencoding() variable
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Deditor.py67 filesystemencoding = sys.getfilesystemencoding() # for file names variable in EditorWindow