class documentation

class CPointerBase:

Known subclasses: django.contrib.gis.gdal.base.GDALBase, django.contrib.gis.geos.base.GEOSBase

View In Hierarchy

Base class for objects that have a pointer access property that controls access to the underlying C pointer.
Method __del__ Free the memory used by the C++ object.
Method ptr.setter Undocumented
Class Variable destructor Undocumented
Instance Variable ​_ptr Undocumented
Property ptr Undocumented
def __del__(self):
Free the memory used by the C++ object.
@ptr.setter
def ptr(self, ptr):

Undocumented

destructor =

Undocumented