HomeSort by relevance Sort by last modified time
    Searched refs:_PyImport_GetModuleId (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
import.h 46 PyAPI_FUNC(PyObject *) _PyImport_GetModuleId(struct _Py_Identifier *name);
  /external/python/cpython3/Python/
import.c 328 _PyImport_GetModuleId(struct _Py_Identifier *nameid)
    [all...]
pylifecycle.c     [all...]
sysmodule.c 275 builtins = _PyImport_GetModuleId(&PyId_builtins);
    [all...]

Completed in 62 milliseconds