HomeSort by relevance Sort by last modified time
    Searched refs:expandedpath (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/idlelib/
AutoComplete.py 209 expandedpath = os.path.expanduser(what)
210 bigl = os.listdir(expandedpath)
  /external/python/cpython3/Lib/idlelib/
autocomplete.py 209 expandedpath = os.path.expanduser(what)
210 bigl = os.listdir(expandedpath)

Completed in 221 milliseconds