Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _name_set
Method
_name_set
Lib/zipfile/_path/__init__.py:122–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
return
names + list(self._implied_dirs(names))
121
122
def
_name_set(self):
123
return
set(self.namelist())
124
125
def
resolve_dir(self, name):
126
""
"
Callers
2
resolve_dir
Method · 0.95
getinfo
Method · 0.95
Calls
2
namelist
Method · 0.95
set
Function · 0.85
Tested by
no test coverage detected