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

Method test_is_file_missing

Lib/test/test_zipfile/_path/test_path.py:116–118  ·  view source on GitHub ↗
(self, alpharep)

Source from the content-addressed store, hash-verified

114
115 @pass_alpharep
116 def test_is_file_missing(self, alpharep):
117 root = zipfile.Path(alpharep)
118 assert not root.joinpath('missing.txt').is_file()
119
120 @pass_alpharep
121 def test_iterdir_on_file(self, alpharep):

Callers

nothing calls this directly

Calls 2

joinpathMethod · 0.95
is_fileMethod · 0.45

Tested by

no test coverage detected