Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dimport.h46 PyAPI_FUNC(PyObject *) _PyImport_GetModuleId(struct _Py_Identifier *name);
/external/python/cpython3/Python/
Dimport.c328 _PyImport_GetModuleId(struct _Py_Identifier *nameid) in _PyImport_GetModuleId() function
1856 PyObject *imp = _PyImport_GetModuleId(&PyId_imp); in PyImport_ReloadModule()
Dpylifecycle.c2240 PyObject *threading = _PyImport_GetModuleId(&PyId_threading); in wait_for_thread_shutdown()
Dsysmodule.c275 builtins = _PyImport_GetModuleId(&PyId_builtins); in sys_displayhook()