Home
last modified time | relevance | path

Searched refs:PyImport_GetModuleDict (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Python/
Dimportdl.c58 m = PyDict_GetItemString(PyImport_GetModuleDict(), name); in _PyImport_LoadDynamicModule()
Dimport.c397 PyImport_GetModuleDict(void) in PyImport_GetModuleDict() function
609 modules = PyImport_GetModuleDict(); in _PyImport_FixupExtension()
660 PyObject *modules = PyImport_GetModuleDict(); in _PyImport_AddModuleObject()
700 PyObject *modules = PyImport_GetModuleDict(); in remove_module()
724 PyObject *modules = PyImport_GetModuleDict(); in PyImport_ExecCodeModuleEx()
1985 modules = PyImport_GetModuleDict(); in load_module()
2197 modules = PyImport_GetModuleDict(); in PyImport_ImportModuleNoBlock()
2486 modules = PyImport_GetModuleDict(); in get_parent()
2592 PyObject *modules = PyImport_GetModuleDict(); in mark_miss()
2703 PyObject *modules = PyImport_GetModuleDict(); in import_submodule()
[all …]
D_warnings.c52 all_modules = PyImport_GetModuleDict(); in get_warnings_attr()
/external/python/cpython2/Include/
Dimport.h14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
/external/python/cpython3/Include/
Dimport.h34 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
/external/python/cpython3/Python/
Dimportdl.c230 PyObject *modules = PyImport_GetModuleDict(); in _PyImport_LoadDynamicModuleWithSpec()
Dimport.c271 PyImport_GetModuleDict(void) in PyImport_GetModuleDict() function
/external/python/cffi/cffi/
D_embedding.h229 modules = PyImport_GetModuleDict(); in _cffi_initialize_python()
/external/python/cpython2/PC/os2vacpp/
Dpython.def206 PyImport_GetModuleDict
/external/python/cpython2/Modules/
D_localemodule.c101 mods = PyImport_GetModuleDict(); in fixup_ulcase()
/external/python/cpython2/Doc/c-api/
Dimport.rst167 .. c:function:: PyObject* PyImport_GetModuleDict()
/external/python/cpython2/PC/os2emx/
Dpython27.def972 "PyImport_GetModuleDict"
/external/python/cpython3/Doc/c-api/
Dimport.rst202 .. c:function:: PyObject* PyImport_GetModuleDict()
/external/python/cpython3/PC/
Dpython3dll.c290 EXPORT_FUNC(PyImport_GetModuleDict)
/external/python/cpython3/Doc/data/
Dstable_abi.dat301 function,PyImport_GetModuleDict,3.2,
Drefcounts.dat1007 PyImport_GetModuleDict:PyObject*::0:
Dpython3.10.abi282 …<elf-symbol name='PyImport_GetModuleDict' type='func-type' binding='global-binding' visibility='de…
15854PyImport_GetModuleDict' mangled-name='PyImport_GetModuleDict' filepath='Python/import.c' line='271…
15928 …<function-decl name='PyImport_GetModuleDict' mangled-name='PyImport_GetModuleDict' filepath='./Inc…
/external/python/cpython3/Misc/
Dstable_abi.txt774 function PyImport_GetModuleDict
/external/python/cpython2/Doc/data/
Drefcounts.dat505 PyImport_GetModuleDict:PyObject*::0:
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst131 PyImport_GetModuleDict(). Also introduce more uniformity in other code that