HomeSort by relevance Sort by last modified time
    Searched defs:ZipImportError (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 43 static PyObject *ZipImportError;
75 PyErr_SetString(ZipImportError, "archive path is empty");
79 PyErr_SetString(ZipImportError,
141 PyErr_SetString(ZipImportError, "not a Zip file");
234 PyErr_SetString(ZipImportError, "path too long");
411 PyErr_Format(ZipImportError, "can't find module '%.200s'",
434 PyErr_SetString(ZipImportError, "path too long");
487 PyErr_Format(ZipImportError, "can't find module '%.200s'",
527 module, or raises ZipImportError if it wasn't found.");
539 Raise ZipImportError if the module couldn't be found.");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 43 static PyObject *ZipImportError;
75 PyErr_SetString(ZipImportError, "archive path is empty");
79 PyErr_SetString(ZipImportError,
141 PyErr_SetString(ZipImportError, "not a Zip file");
234 PyErr_SetString(ZipImportError, "path too long");
411 PyErr_Format(ZipImportError, "can't find module '%.200s'",
434 PyErr_SetString(ZipImportError, "path too long");
487 PyErr_Format(ZipImportError, "can't find module '%.200s'",
527 module, or raises ZipImportError if it wasn't found.");
539 Raise ZipImportError if the module couldn't be found.");
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 43 static PyObject *ZipImportError;
77 PyErr_SetString(ZipImportError, "archive path is empty");
81 PyErr_SetString(ZipImportError,
143 PyErr_SetString(ZipImportError, "not a Zip file");
236 PyErr_SetString(ZipImportError, "path too long");
413 PyErr_Format(ZipImportError, "can't find module '%.200s'",
436 PyErr_SetString(ZipImportError, "path too long");
489 PyErr_Format(ZipImportError, "can't find module '%.200s'",
529 module, or raises ZipImportError if it wasn't found.");
541 Raise ZipImportError if the module couldn't be found.")
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 47 static PyObject *ZipImportError;
84 PyErr_SetString(ZipImportError, "archive path is empty");
123 PyErr_SetString(ZipImportError, "not a Zip file");
564 PyErr_Format(ZipImportError, "can't find module %R", fullname);
645 PyErr_Format(ZipImportError, "can't find module %R", fullname);
708 module, or raises ZipImportError if it wasn't found.");
720 Raise ZipImportError if the module couldn't be found.");
725 Return the code object for the specified module. Raise ZipImportError\n\
731 Return the source code for the specified module. Raise ZipImportError\n\
776 'ZipImportError is raised if 'archivepath' doesn't point to a valid Zip\n
    [all...]

Completed in 141 milliseconds