Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c159 # undef Py_InitModule4
263 # define Py_InitModule4 dll_Py_InitModule4 macro
1438 vim_module = Py_InitModule4("vim", VimMethods, (char *)NULL, in PythonMod_Init()