ClassDictInitpublic class zipimport extends java.lang.Object implements ClassDictInit
| Modifier and Type | Field | Description |
|---|---|---|
static PyString |
__doc__ |
|
static PyDictionary |
_zip_directory_cache |
|
static PyObject |
ZipImportError |
| Constructor | Description |
|---|---|
zipimport() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
classDictInit(PyObject dict) |
|
static void |
initClassExceptions(PyObject exceptions) |
Initialize the ZipImportError exception during startup
|
static PyException |
ZipImportError(java.lang.String message) |
public static final PyString __doc__
public static PyObject ZipImportError
public static PyDictionary _zip_directory_cache
public static PyException ZipImportError(java.lang.String message)
public static void classDictInit(PyObject dict)
public static void initClassExceptions(PyObject exceptions)