Beispiel #1
0
 def __del__(self):
     "Deletes this Coordinate Transformation object."
     if self._ptr:
         capi.destroy_ct(self._ptr)
Beispiel #2
0
 def __del__(self):
     "Deletes this Coordinate Transformation object."
     try:
         capi.destroy_ct(self._ptr)
     except (AttributeError, TypeError):
         pass
Beispiel #3
0
"""
Beispiel #4
0
 def __del__(self):
     "Deletes this Coordinate Transformation object."
     if self._ptr and capi:
         capi.destroy_ct(self._ptr)
Beispiel #5
0
 def __del__(self):
     "Deletes this Coordinate Transformation object."
     try:
         capi.destroy_ct(self._ptr)
     except (AttributeError, TypeError):
         pass