Searched defs:PyType_Check (Results 1 – 5 of 5) sorted by relevance
777 static inline int PyType_Check(PyObject *op) { in PyType_Check() function781 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro
1246 static inline int PyType_Check(PyObject *op) { in PyType_Check() function1250 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro