Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ files
Method
files
Lib/test/test_importlib/resources/test_custom.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.path = path
32
33
def
files(self):
34
return
self.path
35
36
37
class
CustomTraversableResourcesTests(unittest.TestCase):
Callers
15
test_read_bytes
Method · 0.45
test_read_text
Method · 0.45
test_traversable
Method · 0.45
test_joinpath_with_multiple_args
Method · 0.45
test_non_paths_in_dunder_path
Method · 0.45
test_module_resources
Method · 0.45
execute
Method · 0.45
test_reading
Method · 0.45
test_natural_path
Method · 0.45
test_remove_in_context_manager
Method · 0.45
test_is_file_exists
Method · 0.45
test_is_file_missing
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected