Searched defs:ZipImporter (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dzipimport.c34 typedef struct _zipimporter ZipImporter; typedef in typeref:struct:_zipimporter
51 static PyObject *get_module_code(ZipImporter *self, char *fullname,
63 zipimporter_init(ZipImporter *self, PyObject *args, PyObject *kwds)
174 ZipImporter *self = (ZipImporter *)obj;
180 zipimporter_dealloc(ZipImporter *self)
190 zipimporter_repr(ZipImporter *self)
260 get_module_info(ZipImporter *self, char *fullname)
289 ZipImporter *self = (ZipImporter *)ob
[all...]
/external/python/cpython3/Modules/
H A Dzipimport.c36 typedef struct _zipimporter ZipImporter; typedef in typeref:struct:_zipimporter
54 static PyObject *get_module_code(ZipImporter *self, PyObject *fullname,
66 zipimporter_init(ZipImporter *self, PyObject *args, PyObject *kwds)
176 ZipImporter *self = (ZipImporter *)obj;
182 zipimporter_dealloc(ZipImporter *self)
192 zipimporter_repr(ZipImporter *self)
272 check_is_directory(ZipImporter *self, PyObject* prefix, PyObject *path)
291 get_module_info(ZipImporter *self, PyObject *fullname)
337 find_loader(ZipImporter *sel
[all...]

Completed in 190 milliseconds