Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c288 # define PyType_IsSubtype dll_PyType_IsSubtype
437 static int (*dll_PyType_IsSubtype)(PyTypeObject *, PyTypeObject *); variable
625 {"PyType_IsSubtype", (PYTHON_PROC*)&dll_PyType_IsSubtype},