On Wed, Aug 24, 2016 at 9:29 AM, <[email protected]> wrote: > + self.__del__() > self.Destroy() >
`self.__del__()` just doesn't sound right. A function such as release_resources() is recommended in these cases, see e.g.: http://stackoverflow.com/a/6104568/574907
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
