Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ exists
Method
exists
Lib/zipfile/_path/__init__.py:398–399 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
396
return
self.exists() and not self.is_dir()
397
398
def
exists(self):
399
return
self.at in self.root._name_set()
400
401
def
iterdir(self):
402
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