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:182–183 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
180
""
"
181
182
def
namelist(self):
183
return
self._namelist
184
185
@functools.cached_property
186
def
_namelist(self):
Callers
5
namelist
Method · 0.45
inject
Method · 0.45
_namelist
Method · 0.45
iterdir
Method · 0.45
glob
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected