Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h5721 PyObject *pyfunc, *pymain; in run_do() local
5761 pymain = PyImport_AddModule("__main__"); in run_do()
5762 pyfunc = PyObject_GetAttrString(pymain, DOPY_FUNC); in run_do()
5825 PyObject_SetAttrString(pymain, DOPY_FUNC, NULL); in run_do()