MCPcopy Index your code
hub / github.com/python/cpython / files

Method files

Lib/importlib/resources/readers.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 return target.is_file() and target.exists()
59
60 def files(self):
61 return zipfile.Path(self.archive, self.prefix)
62
63
64class MultiplexedPath(abc.Traversable):

Callers 9

is_resourceMethod · 0.95
_load_templatesMethod · 0.45
get_combined_cssFunction · 0.45
load_tzdataFunction · 0.45
available_timezonesFunction · 0.45
_get_pip_whl_path_ctxFunction · 0.45
from_packageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected