Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ skip_missing_files
Method
skip_missing_files
Lib/importlib/metadata/__init__.py:530–531 ·
view source on GitHub ↗
(package_paths)
Source
from the content-addressed store, hash-verified
528
529
@pass_none
530
def
skip_missing_files(package_paths):
531
return
list(filter(
lambda
path: path.locate().exists(), package_paths))
532
533
return
skip_missing_files(
534
make_files(
Callers
nothing calls this directly
Calls
4
list
Class · 0.85
filter
Function · 0.85
locate
Method · 0.80
exists
Method · 0.45
Tested by
no test coverage detected