Searched refs:lexists (Results 1 – 17 of 17) sorted by relevance
41 if os.path.lexists(pathname):92 if os.path.lexists(os.path.join(dirname, basename)):
102 lexists = exists variable
111 def lexists(path): function
142 def lexists(path): function
227 lexists = exists variable
2278 if os.path.lexists(targetpath):2284 if os.path.lexists(targetpath):
71 self.assertFalse(os.path.lexists(test_support.TESTFN))
214 lexists = exists variable
205 os.path.lexists(dest) and os.remove(dest)
90 if os.path.lexists(backup):
116 self.assertIs(self.pathmodule.lexists(test_support.TESTFN),
114 self.assertIs(posixpath.lexists(test_support.TESTFN + "2"), True)
378 if os.path.lexists(backup):
80 .. function:: lexists(path)
929 self.assertFalse(os.path.lexists(symlink))
1231 * Another new function: :func:`os.path.lexists(path)` returns true if the file
2564 - Patch #941486: added os.path.lexists(), which returns True for broken3354 - Bug #1266283: The new function "lexists" is now in os.path.__all__.