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

Method test_pathlib_path

Lib/test/test_importlib/resources/util.py:102–107  ·  view source on GitHub ↗

Passing in a pathlib.PurePath object for the path should succeed.

(self)

Source from the content-addressed store, hash-verified

100 self.execute(self.data, path)
101
102 def test_pathlib_path(self):
103 """
104 Passing in a pathlib.PurePath object for the path should succeed.
105 """
106 path = pathlib.PurePath('utf-8.file')
107 self.execute(self.data, path)
108
109 def test_importing_module_as_side_effect(self):
110 """

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected