Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _namelist
Method
_namelist
Lib/zipfile/_path/__init__.py:186–187 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
184
185
@functools.cached_property
186
def
_namelist(self):
187
return
super().namelist()
188
189
def
_name_set(self):
190
return
self._name_set_prop
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
namelist
Method · 0.45
Tested by
no test coverage detected