Home
last modified time | relevance | path

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

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