MCPcopy 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

listClass · 0.85
locateMethod · 0.80
filterFunction · 0.50
existsMethod · 0.45

Tested by

no test coverage detected