Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Ddynload_win.c67 static char *GetPythonImport (HINSTANCE hModule) function
257 import_python = GetPythonImport(hDLL);
/aosp_15_r20/external/python/cpython3/Python/
Ddynload_win.c58 static char *GetPythonImport (HINSTANCE hModule) function
325 import_python = GetPythonImport(hDLL);