Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddynload_win.c208 char funcname[258], *import_python; local
308 import_python = GetPythonImport(hDLL);
310 if (import_python &&
311 _stricmp(buffer,import_python)) {
315 import_python);