Searched refs:PyImport_GetModule (Results 1 – 14 of 14) sorted by relevance
36 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
299 return PyImport_GetModule(name); in _PyImport_GetModuleId()1545 PyImport_GetModule(PyObject *name) in PyImport_GetModule() function
215 warnings_module = PyImport_GetModule(warnings_str); in get_warnings_attr()
6038 x = PyImport_GetModule(fullmodname); in import_from()
207 .. c:function:: PyObject* PyImport_GetModule(PyObject *name)
289 EXPORT_FUNC(PyImport_GetModule)
300 function,PyImport_GetModule,3.8,
1004 PyImport_GetModule:PyObject*::+1:1005 PyImport_GetModule:PyObject*:name:0:
281 …<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…15755 …PyImport_GetModule' mangled-name='PyImport_GetModule' filepath='Python/import.c' line='1545' colum…
2023 function PyImport_GetModule
4821 copyreg_module = PyImport_GetModule(copyreg_str); in import_copyreg()
2357 The function :c:func:`PyImport_GetModule` now ensures any module it returns
144 implementations. Also add a ``PyImport_GetModule()`` function to reduce a
1655 The new :c:func:`PyImport_GetModule` function returns the previously