MCPcopy Index your code
hub / github.com/RustPython/RustPython / names

Function names

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

Source from the content-addressed store, hash-verified

31
32
33def names(traversable):
34 return {item.name for item in traversable.iterdir()}
35
36
37class ResourceLoaderTests(util.DiskSetup, unittest.TestCase):

Calls 1

iterdirMethod · 0.45

Tested by

no test coverage detected