Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ exists
Method
exists
Lib/zipfile/_path/__init__.py:401–402 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
399
return
self.exists() and not self.is_dir()
400
401
def
exists(self):
402
return
self.at in self.root._name_set()
403
404
def
iterdir(self):
405
if
not self.is_dir():
Callers
4
open
Method · 0.95
is_file
Method · 0.95
_extract_member
Method · 0.45
available_timezones
Function · 0.45
Calls
1
_name_set
Method · 0.45
Tested by
no test coverage detected