Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dimport.h9 PyAPI_FUNC(PyObject *) _PyImport_GetModuleId(struct _Py_Identifier *name);
/third_party/python/Python/
Dimport.c293 _PyImport_GetModuleId(struct _Py_Identifier *nameid) in _PyImport_GetModuleId() function
1737 PyObject *importlib = _PyImport_GetModuleId(&PyId_importlib); in PyImport_ReloadModule()
Dpylifecycle.c2812 PyObject *threading = _PyImport_GetModuleId(&PyId_threading); in wait_for_thread_shutdown()
Dsysmodule.c702 builtins = _PyImport_GetModuleId(&PyId_builtins); in sys_displayhook()
/third_party/python/Modules/
D_json.c320 PyObject *decoder = _PyImport_GetModuleId(&PyId_decoder); in raise_errmsg()