Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dctypes.h181 extern PyTypeObject PyCFuncPtrType_Type;
189 #define PyCFuncPtrTypeObject_Check(v) PyObject_TypeCheck(v, &PyCFuncPtrType_Type)
D_ctypes.c2427 PyTypeObject PyCFuncPtrType_Type = { variable
5634 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()