Home
last modified time | relevance | path

Searched refs:PyCObject_Type (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Objects/
Dcobject.c28 self = PyObject_NEW(PyCObject, &PyCObject_Type); in PyCObject_FromVoidPtr()
54 self = PyObject_NEW(PyCObject, &PyCObject_Type); in PyCObject_FromVoidPtrAndDesc()
72 if (self->ob_type == &PyCObject_Type) in PyCObject_AsVoidPtr()
87 if (self->ob_type == &PyCObject_Type) in PyCObject_GetDesc()
149 PyTypeObject PyCObject_Type = { variable
Dobject.c2336 PyTypeObject *_Py_cobject_hack = &PyCObject_Type;
/external/python/cpython2/Include/
Dcobject.h43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h21 #define PyCapsule_Type PyCObject_Type
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h21 #define PyCapsule_Type PyCObject_Type
/external/python/cpython2/PC/os2vacpp/
Dpython.def10 PyCObject_Type
/external/python/cpython2/PC/os2emx/
Dpython27.def233 "PyCObject_Type"