Home
last modified time | relevance | path

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

/third_party/python/Include/
Dimport.h36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
/third_party/python/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()
/third_party/python/PC/
Dpython3dll.c289 EXPORT_FUNC(PyImport_GetModule)
/third_party/python/Doc/c-api/
Dimport.rst207 .. c:function:: PyObject* PyImport_GetModule(PyObject *name)
/third_party/python/Doc/data/
Dstable_abi.dat300 function,PyImport_GetModule,3.8,
Drefcounts.dat1004 PyImport_GetModule:PyObject*::+1:
1005 PyImport_GetModule:PyObject*:name:0:
/third_party/python/Misc/
Dstable_abi.txt2023 function PyImport_GetModule
/third_party/python/Objects/
Dtypeobject.c4823 copyreg_module = PyImport_GetModule(copyreg_str); in import_copyreg()
/third_party/python/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
/third_party/python/Doc/whatsnew/
D3.7.rst1655 The new :c:func:`PyImport_GetModule` function returns the previously