Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_exists
Method · 0.95
makelink_with_filter
Method · 0.45
_lexists
Function · 0.45
exists
Method · 0.45
setUp
Method · 0.45
test_islink
Method · 0.45
setUp
Method · 0.45
test_exists
Method · 0.45
test_rmtree_fails_on_symlink_onerror
Method · 0.45
test_rmtree_fails_on_symlink_onexc
Method · 0.45
test_rmtree_fails_on_junctions_onerror
Method · 0.45
test_rmtree_fails_on_junctions_onexc
Method · 0.45
Calls
no outgoing calls
Tested by
15
setUp
Method · 0.36
test_islink
Method · 0.36
setUp
Method · 0.36
test_exists
Method · 0.36
test_rmtree_fails_on_symlink_onerror
Method · 0.36
test_rmtree_fails_on_symlink_onexc
Method · 0.36
test_rmtree_fails_on_junctions_onerror
Method · 0.36
test_rmtree_fails_on_junctions_onexc
Method · 0.36
setUp
Method · 0.36
tearDown
Method · 0.36
_create_missing_dir_link
Method · 0.36
setUp
Method · 0.36