MCPcopy Index your code
hub / github.com/python/cpython / lexists

Method lexists

Lib/pathlib/types.py:69–70  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

67
68 @staticmethod
69 def lexists(path):
70 return path.info.exists(follow_symlinks=False)
71
72 @staticmethod
73 def scandir(path):

Callers 15

existsMethod · 0.45
setUpMethod · 0.45
test_islinkMethod · 0.45
setUpMethod · 0.45
test_existsMethod · 0.45
test_shell_injectionMethod · 0.45
tearDownMethod · 0.45

Calls 1

existsMethod · 0.45

Tested by 15

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