Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c294 # define PyType_IsSubtype py3_PyType_IsSubtype
460 static int (*py3_PyType_IsSubtype)(PyTypeObject *, PyTypeObject *); variable
635 {"PyType_IsSubtype", (PYTHON_PROC*)&py3_PyType_IsSubtype},