Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/external/python/cpython3/PC/
Dpython3.def287 PyImport_GetModule=python39.PyImport_GetModule
/external/python/cpython3/Python/
Dimport.c337 return PyImport_GetModule(name); in _PyImport_GetModuleId()
1795 PyImport_GetModule(PyObject *name) in PyImport_GetModule() function
D_warnings.c221 warnings_module = PyImport_GetModule(warnings_str); in get_warnings_attr()
Dceval.c5239 x = PyImport_GetModule(fullmodname); in import_from()
/external/python/cpython3/Doc/c-api/
Dimport.rst207 .. c:function:: PyObject* PyImport_GetModule(PyObject *name)
/external/python/cpython3/Doc/data/
Drefcounts.dat1004 PyImport_GetModule:PyObject*::+1:
1005 PyImport_GetModule:PyObject*:name:0:
/external/python/cpython3/Objects/
Dtypeobject.c4241 copyreg_module = PyImport_GetModule(copyreg_str); in import_copyreg()
/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/Doc/whatsnew/
D3.7.rst1654 The new :c:func:`PyImport_GetModule` function returns the previously