Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ exists
Method
exists
tools/python-3.11.9-amd64/Lib/zipfile.py:2487–2488 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2485
return
self.exists() and not self.is_dir()
2486
2487
def
exists(self):
2488
return
self.at in self.root._name_set()
2489
2490
def
iterdir(self):
2491
if
not self.is_dir():
Callers
3
open
Method · 0.95
is_file
Method · 0.95
_extract_member
Method · 0.45
Calls
1
_name_set
Method · 0.45
Tested by
no test coverage detected