Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dregen_frozen.py14 def get_module_code(filename): function
45 co_bytes = get_module_code(FILE)
/aosp_15_r20/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