Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/external/python/cpython3/Doc/c-api/
Dimport.rst222 .. c:function:: PyObject* PyImport_GetModule(PyObject *name)
/external/python/cpython3/PC/
Dpython3dll.c309 EXPORT_FUNC(PyImport_GetModule)
/external/python/cpython3/Doc/data/
Dstable_abi.dat318 func,PyImport_GetModule,3.8,,
Drefcounts.dat1063 PyImport_GetModule:PyObject*::+1:
1064 PyImport_GetModule:PyObject*:name:0:
Dpython3.13.abi329 …<elf-symbol name='PyImport_GetModule' type='func-type' binding='global-binding' visibility='defaul…
9726PyImport_GetModule' mangled-name='PyImport_GetModule' filepath='./Include/import.h' line='36' colu…
/external/python/cpython3/Modules/
D_interpretersmodule.c49 PyObject *mod = PyImport_GetModule(name); in _get_current_module()
D_interpqueuesmodule.c78 PyObject *mod = PyImport_GetModule(name); in _get_current_module()
D_testinternalcapi.c52 PyObject *mod = PyImport_GetModule(name); in _get_current_module()
D_interpchannelsmodule.c151 PyObject *mod = PyImport_GetModule(name); in _get_current_module()
Dposixmodule.c2424 PyObject *mod = PyImport_GetModule(MODNAME_OBJ); in statresult_new()
7937 PyObject *threading = PyImport_GetModule(&_Py_ID(threading)); in warn_about_fork_with_threads()
/external/python/cpython3/Python/
D_warnings.c225 warnings_module = PyImport_GetModule(&_Py_ID(warnings)); in get_warnings_attr()
Dimport.c247 PyImport_GetModule(PyObject *name) in PyImport_GetModule() function
3883 PyObject *importlib = PyImport_GetModule(&_Py_ID(importlib)); in PyImport_ReloadModule()
Dpylifecycle.c3347 PyObject *threading = PyImport_GetModule(&_Py_ID(threading)); in wait_for_thread_shutdown()
Dsysmodule.c733 builtins = PyImport_GetModule(&_Py_ID(builtins)); in sys_displayhook()
Dceval.c2736 x = PyImport_GetModule(fullmodname); in import_from()
/external/python/cpython3/Misc/
Dstable_abi.toml2124 [function.PyImport_GetModule]
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1668 The new :c:func:`PyImport_GetModule` function returns the previously
/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
/external/python/cpython3/Objects/
Dtypeobject.c6539 PyObject *copyreg_module = PyImport_GetModule(&_Py_ID(copyreg)); in import_copyreg()