MCPcopy 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_1Method · 0.95
test_isfile_case_2Method · 0.95
test_isfile_case_3Method · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected