Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c252 # define PyImport_AddModule (*dll_PyImport_AddModule) macro
975 globals = PyModule_GetDict(PyImport_AddModule("__main__")); in Python_Init()
H A Dif_python3.c229 # define PyImport_AddModule py3_PyImport_AddModule macro
1112 globals = PyModule_GetDict(PyImport_AddModule("__main__")); in Python3_Init()
H A Dif_py_both.h5761 pymain = PyImport_AddModule("__main__"); in run_do()