Searched refs:lexists (Results 1 – 25 of 32) sorted by relevance
12
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):
44 if os.path.lexists(pathname):92 if os.path.lexists(os.path.join(dirname, basename)):
131 def lexists(path): function
176 def lexists(path): function
259 def lexists(path): function
71 self.assertFalse(os.path.lexists(test_support.TESTFN))
69 self.assertFalse(os.path.lexists(test.support.TESTFN))
205 os.path.lexists(dest) and os.remove(dest)
214 lexists = exists variable
154 self.assertIs(posixpath.lexists(support.TESTFN + "2"), False)166 self.assertIs(posixpath.lexists(support.TESTFN + "2"), True)651 self.assertPathEqual(self.path.lexists)
507 self.assertPathEqual(self.path.lexists)
139 self.assertIs(self.pathmodule.lexists(filename), True)
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)
376 if os.path.lexists(backup):
378 if os.path.lexists(backup):
80 .. function:: lexists(path)
145 .. function:: lexists(path)