Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/external/python/cpython3/Python/
Dimport.c299 return PyImport_GetModule(name); in _PyImport_GetModuleId()
1545 PyImport_GetModule(PyObject *name) in PyImport_GetModule() function
D_warnings.c215 warnings_module = PyImport_GetModule(warnings_str); in get_warnings_attr()
Dceval.c6038 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/PC/
Dpython3dll.c289 EXPORT_FUNC(PyImport_GetModule)
/external/python/cpython3/Doc/data/
Dstable_abi.dat300 function,PyImport_GetModule,3.8,
Drefcounts.dat1004 PyImport_GetModule:PyObject*::+1:
1005 PyImport_GetModule:PyObject*:name:0:
Dpython3.10.abi281 …<elf-symbol name='PyImport_GetModule' type='func-type' binding='global-binding' visibility='defaul…
10838 …<function-decl name='PyImport_GetModule' mangled-name='PyImport_GetModule' filepath='./Include/imp…
15755PyImport_GetModule' mangled-name='PyImport_GetModule' filepath='Python/import.c' line='1545' colum…
/external/python/cpython3/Misc/
Dstable_abi.txt2023 function PyImport_GetModule
/external/python/cpython3/Objects/
Dtypeobject.c4821 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.rst1655 The new :c:func:`PyImport_GetModule` function returns the previously