MCPcopy Index your code
hub / github.com/RustPython/RustPython / _name_set

Method _name_set

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

Source from the content-addressed store, hash-verified

186 return self.__names
187
188 def _name_set(self):
189 with contextlib.suppress(AttributeError):
190 return self.__lookup
191 self.__lookup = super()._name_set()
192 return self.__lookup
193
194def _extract_text_encoding(encoding=None, *args, **kwargs):
195 # compute stack level so that the caller of the caller sees any warning.

Callers 1

existsMethod · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected