Lines Matching refs:get_module_code
54 static PyObject *get_module_code(ZipImporter *self, PyObject *fullname,
472 code = get_module_code(self, fullname, &ispackage, &modpath);
540 code = get_module_code(self, fullname, &ispackage, &modpath);
627 return get_module_code(self, fullname, NULL, NULL);
1454 get_module_code(ZipImporter *self, PyObject *fullname,