Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ isfile_case
Method
isfile_case
mypy/test/testfscache.py:99–100 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
97
f.write(
"# test file"
)
98
99
def
isfile_case(self, path: str) -> bool:
100
return
self.fscache.isfile_case(os.path.join(self.tempdir, path), self.tempdir)
Callers
4
test_isfile_case_1
Method · 0.95
test_isfile_case_2
Method · 0.95
test_isfile_case_3
Method · 0.95
test_isfile_case_other_directory
Method · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected