cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
PyCObject
deimos
python
cobject
subclass of PyObject. Availaibility: 2.6, 2.7, 3.0, 3.1
version
(
Python_2_6_Or_Later
)
struct
PyCObject {
void
*
cobject
;
void
*
desc
;
void
function
(
void
*)
destructor
;
}
Meta
Source
See Implementation
deimos
python
cobject
functions
PyCObject_AsVoidPtr
PyCObject_Check
PyCObject_FromVoidPtr
PyCObject_FromVoidPtrAndDesc
PyCObject_GetDesc
PyCObject_Import
PyCObject_SetVoidPtr
structs
PyCObject
subclass of PyObject. Availaibility: 2.6, 2.7, 3.0, 3.1