MCPcopy 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
9class 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
15class PathTests:

Callers

nothing calls this directly

Calls 2

joinpathMethod · 0.45
filesMethod · 0.45

Tested by

no test coverage detected