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

Method is_file

Lib/importlib/resources/abc.py:99–102  ·  view source on GitHub ↗

Return True if self is a file

(self)

Source from the content-addressed store, hash-verified

97
98 @abc.abstractmethod
99 def is_file(self) -> bool:
100 """
101 Return True if self is a file
102 """
103
104 def joinpath(self, *descendants: StrPath) -> "Traversable":
105 """

Callers 3

_find_childrenMethod · 0.45
is_resourceFunction · 0.45
is_resourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected