Lines Matching refs:get_module_code
51 static PyObject *get_module_code(ZipImporter *self, char *fullname,
322 code = get_module_code(self, fullname, &ispackage, &modpath);
389 code = get_module_code(self, fullname, &ispackage, &modpath);
470 return get_module_code(self, fullname, NULL, NULL);
1233 get_module_code(ZipImporter *self, char *fullname,