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

Method iterdir

Lib/importlib/resources/abc.py:73–76  ·  view source on GitHub ↗

Yield Traversable objects in self

(self)

Source from the content-addressed store, hash-verified

71
72 @abc.abstractmethod
73 def iterdir(self) -> Iterator["Traversable"]:
74 """
75 Yield Traversable objects in self
76 """
77
78 def read_bytes(self) -> bytes:
79 """

Callers 4

joinpathMethod · 0.95
contentsFunction · 0.45
_write_contentsFunction · 0.45
contentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected