python-2.7.6/include/cobject.h Source File
Go to the documentation of this file.
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
69 PyAPI_FUNC(
void *) PyCObject_GetDesc(PyObject *);
PyObject_HEAD void * cobject
void(* destruct)(void *))
PyAPI_DATA(PyTypeObject) PyCObject_Type
PyAPI_FUNC(PyObject *) PyCObject_FromVoidPtr(void *cobj
void(* destructor)(PyObject *)
PyMethodDef const char PyObject * self