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

Method namelist

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

Source from the content-addressed store, hash-verified

116 return _dedupe(_difference(as_dirs, names))
117
118 def namelist(self):
119 names = super().namelist()
120 return names + list(self._implied_dirs(names))
121
122 def _name_set(self):
123 return set(self.namelist())

Callers 1

_name_setMethod · 0.95

Calls 4

_implied_dirsMethod · 0.95
superClass · 0.85
listClass · 0.85
namelistMethod · 0.45

Tested by

no test coverage detected