Searched refs:lexists (Results 1 – 10 of 10) sorted by relevance
25 if os.path.lexists(pathname):70 if os.path.lexists(os.path.join(dirname, basename)):
140 def lexists(path): function
217 lexists = exists variable
2242 if os.path.lexists(targetpath):2248 if os.path.lexists(targetpath):
44 if os.path.lexists(backup):
116 self.assertIs(self.pathmodule.lexists(test_support.TESTFN),
96 self.assertIs(posixpath.lexists(test_support.TESTFN + "2"), True)
222 lexists = exists variable
245 lexists = exists variable
527 if not os.path.lexists(linkdst):