Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/aosp_15_r20/external/python/cpython3/Include/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c292 return PyImport_GetModule(name); in _PyImport_GetModuleId()
1759 PyImport_GetModule(PyObject *name) in PyImport_GetModule() function
1948 PyObject *importlib = PyImport_GetModule(&_Py_ID(importlib)); in PyImport_ReloadModule()
D_warnings.c220 warnings_module = PyImport_GetModule(&_Py_ID(warnings)); in get_warnings_attr()
Dpylifecycle.c2894 PyObject *threading = PyImport_GetModule(&_Py_ID(threading)); in wait_for_thread_shutdown()
Dsysmodule.c682 builtins = PyImport_GetModule(&_Py_ID(builtins)); in sys_displayhook()
Dceval.c7475 x = PyImport_GetModule(fullmodname);
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c295 EXPORT_FUNC(PyImport_GetModule)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat311 function,PyImport_GetModule,3.8,,
Drefcounts.dat1004 PyImport_GetModule:PyObject*::+1:
1005 PyImport_GetModule:PyObject*:name:0:
Dpython3.11.abi294 …<elf-symbol name='PyImport_GetModule' type='func-type' binding='global-binding' visibility='defaul…
13784PyImport_GetModule' mangled-name='PyImport_GetModule' filepath='Python/import.c' line='1758' colum…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dimport.rst207 .. c:function:: PyObject* PyImport_GetModule(PyObject *name)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2101 [function.PyImport_GetModule]
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c4902 PyObject *copyreg_module = PyImport_GetModule(&_Py_ID(copyreg)); in import_copyreg()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst2357 The function :c:func:`PyImport_GetModule` now ensures any module it returns
D3.7.0a1.rst144 implementations. Also add a ``PyImport_GetModule()`` function to reduce a
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst1655 The new :c:func:`PyImport_GetModule` function returns the previously