Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ execute
Method
execute
Lib/test/test_importlib/resources/test_path.py:10–12 ·
view source on GitHub ↗
(self, package, path)
Source
from the content-addressed store, hash-verified
8
9
class
CommonTests(util.CommonTests, unittest.TestCase):
10
def
execute(self, package, path):
11
with
resources.as_file(resources.files(package).joinpath(path)):
12
pass
13
14
15
class
PathTests:
Callers
nothing calls this directly
Calls
2
joinpath
Method · 0.45
files
Method · 0.45
Tested by
no test coverage detected