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

Method lexists

Lib/glob.py:356–359  ·  view source on GitHub ↗

Implements os.path.lexists().

(path)

Source from the content-addressed store, hash-verified

354
355 @staticmethod
356 def lexists(path):
357 """Implements os.path.lexists().
358 """
359 raise NotImplementedError
360
361 @staticmethod
362 def scandir(path):

Callers 3

select_existsMethod · 0.95
makelink_with_filterMethod · 0.45
_lexistsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected