Searched defs:lexists (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
H A Dos2emxpath.py17 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
101 # alias exists to lexists
102 lexists = exists variable
H A Dmacpath.py12 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
111 def lexists(path): function
H A Dntpath.py19 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
226 # alias exists to lexists
227 lexists = exists variable
H A Dposixpath.py23 "getatime","getctime","islink","exists","lexists","isdir","isfile",
142 def lexists(path): function
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py214 lexists = exists variable

Completed in 119 milliseconds