Home
last modified time | relevance | path

Searched refs:get_module_code (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dzipimport.c49 static PyObject *get_module_code(ZipImporter *self, char *fullname,
320 code = get_module_code(self, fullname, &ispackage, &modpath); in zipimporter_load_module()
387 code = get_module_code(self, fullname, &ispackage, &modpath); in zipimporter_get_filename()
468 return get_module_code(self, fullname, NULL, NULL); in zipimporter_get_code()
1231 get_module_code(ZipImporter *self, char *fullname, in get_module_code() function