Searched refs:PyCFuncPtrType_Type (Results 1 – 2 of 2) sorted by relevance
181 extern PyTypeObject PyCFuncPtrType_Type;189 #define PyCFuncPtrTypeObject_Check(v) PyObject_TypeCheck(v, &PyCFuncPtrType_Type)
2427 PyTypeObject PyCFuncPtrType_Type = { variable5634 PyCFuncPtrType_Type.tp_base = &PyType_Type; in init_ctypes()5635 if (PyType_Ready(&PyCFuncPtrType_Type) < 0) in init_ctypes()5681 Py_TYPE(&PyCFuncPtr_Type) = &PyCFuncPtrType_Type; in init_ctypes()