Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_file
Method
is_file
Lib/importlib/resources/readers.py:95–96 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
return
True
94
95
def
is_file(self):
96
return
False
97
98
def
joinpath(self, *descendants):
99
try
:
Callers
1
is_resource
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected