MCPcopy 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

namelistMethod · 0.45
injectMethod · 0.45
_namelistMethod · 0.45
iterdirMethod · 0.45
globMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected