MCPcopy 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

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

Tested by

no test coverage detected