MCPcopy Index your code
hub / github.com/RustPython/RustPython / lexists

Method lexists

Lib/glob.py:350–353  ·  view source on GitHub ↗

Implements os.path.lexists().

(path)

Source from the content-addressed store, hash-verified

348
349 @staticmethod
350 def lexists(path):
351 """Implements os.path.lexists().
352 """
353 raise NotImplementedError
354
355 @staticmethod
356 def scandir(path):

Callers 15

select_existsMethod · 0.95
makelink_with_filterMethod · 0.45
_lexistsFunction · 0.45
existsMethod · 0.45
setUpMethod · 0.45
test_islinkMethod · 0.45
setUpMethod · 0.45
test_existsMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
test_islinkMethod · 0.36
setUpMethod · 0.36
test_existsMethod · 0.36
setUpMethod · 0.36
tearDownMethod · 0.36
setUpMethod · 0.36