numpy 2.0.0
_simple_cobj Struct Reference

Data Fields

PyObject_HEAD void * c_obj

Detailed Description

This is the first-part of the CObject structure.
I don't think this will change, but if it should, then this needs to be fixed. The exposed C-API was insufficient because I needed to replace the pointer and it wouldn't let me with a destructor set (even though it works fine with the destructor).

Field Documentation

PyObject_HEAD void* _simple_cobj::c_obj

The documentation for this struct was generated from the following file: