MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / namelist

Method namelist

tools/python-3.11.9-amd64/Lib/zipfile.py:2258–2260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2256 return _dedupe(_difference(as_dirs, names))
2257
2258 def namelist(self):
2259 names = super(CompleteDirs, self).namelist()
2260 return names + list(self._implied_dirs(names))
2261
2262 def _name_set(self):
2263 return set(self.namelist())

Callers 1

_name_setMethod · 0.95

Calls 3

_implied_dirsMethod · 0.95
listFunction · 0.85
namelistMethod · 0.45

Tested by

no test coverage detected