Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c294 # define PyType_IsSubtype py3_PyType_IsSubtype macro
689 return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type); in py3__PyObject_TypeCheck()
H A Dif_py_both.h6179 if (PyType_IsSubtype(obj->ob_type, &DictionaryType)) in ConvertFromPyMapping()
6210 if (PyType_IsSubtype(obj->ob_type, &ListType)) in ConvertFromPySequence()
6246 if (PyType_IsSubtype(obj->ob_type, &DictionaryType)) in _ConvertFromPyObject()
6252 else if (PyType_IsSubtype(obj->ob_type, &ListType)) in _ConvertFromPyObject()
6258 else if (PyType_IsSubtype(obj->ob_type, &FunctionType)) in _ConvertFromPyObject()
H A Dif_python.c288 # define PyType_IsSubtype dll_PyType_IsSubtype macro