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

Method test_traversable

Lib/test/test_importlib/resources/test_files.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 assert actual == 'Hello, UTF-8 world!\n'
32
33 def test_traversable(self):
34 assert isinstance(resources.files(self.data), Traversable)
35
36 def test_joinpath_with_multiple_args(self):
37 files = resources.files(self.data)

Callers

nothing calls this directly

Calls 1

filesMethod · 0.45

Tested by

no test coverage detected