MCPcopy 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
37class CustomTraversableResourcesTests(unittest.TestCase):

Callers 15

test_read_bytesMethod · 0.45
test_read_textMethod · 0.45
test_traversableMethod · 0.45
test_module_resourcesMethod · 0.45
executeMethod · 0.45
test_readingMethod · 0.45
test_natural_pathMethod · 0.45
test_is_file_existsMethod · 0.45
test_is_file_missingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected