MCPcopy Index your code
hub / github.com/python/cpython / _name_set

Method _name_set

Lib/zipfile/_path/__init__.py:189–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187 return super().namelist()
188
189 def _name_set(self):
190 return self._name_set_prop
191
192 @functools.cached_property
193 def _name_set_prop(self):

Callers 2

_name_set_propMethod · 0.45
existsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected