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

Class ZipImportError

Lib/zipimport.py:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class ZipImportError(ImportError):
32 pass
33
34# _read_directory() cache
35_zip_directory_cache = {}

Callers 7

__init__Method · 0.85
get_sourceMethod · 0.85
is_packageMethod · 0.85
_read_directoryFunction · 0.85
_get_decompress_funcFunction · 0.85
_get_dataFunction · 0.85
_get_module_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected