Home
last modified time | relevance | path

Searched refs:PyModule_GetDict (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c226 # define PyModule_GetDict dll_PyModule_GetDict macro
747 PyObject *exdict = PyModule_GetDict(exmod); in get_exceptions()
975 globals = PyModule_GetDict(PyImport_AddModule("__main__")); in Python_Init()
H A Dif_python3.c197 # define PyModule_GetDict py3_PyModule_GetDict macro
872 PyObject *exdict = PyModule_GetDict(exmod); in get_py3_exceptions()
1112 globals = PyModule_GetDict(PyImport_AddModule("__main__")); in Python3_Init()
H A Dif_py_both.h6942 dict = PyModule_GetDict(imp); in populate_module()