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