MCPcopy 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_dirMethod · 0.95
getinfoMethod · 0.95

Calls 2

namelistMethod · 0.95
setFunction · 0.85

Tested by

no test coverage detected