Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
64
class
MultiplexedPath(abc.Traversable):
Callers
9
is_resource
Method · 0.95
_find_incompatible_extension_module
Function · 0.45
_load_templates
Method · 0.45
get_combined_css
Function · 0.45
_create_flamegraph_html
Method · 0.45
load_tzdata
Function · 0.45
available_timezones
Function · 0.45
_get_pip_whl_path_ctx
Function · 0.45
from_package
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected