Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_exists
Method · 0.95
makelink_with_filter
Method · 0.45
_lexists
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected