예제 #1
0
 def __del__(self):
     logging.debug('destruct BandSource')
     #bands that are attached to an image source can't be destructed
     if not hasattr(self, 'attached') or not self.attached:
         if self.ref: nitropy.nitf_DataSource_destruct(self.ref)
예제 #2
0
파일: __init__.py 프로젝트: aivaras16/nitro
 def __del__(self):
     logging.debug('destruct BandSource')
     #bands that are attached to an image source can't be destructed
     if not hasattr(self, 'attached') or not self.attached:
         if self.ref: nitropy.nitf_DataSource_destruct(self.ref)
예제 #3
0
 def __del__(self):
     logging.debug('destruct DataSource')
     if self.ref: nitropy.nitf_DataSource_destruct(self.ref)
예제 #4
0
파일: __init__.py 프로젝트: aivaras16/nitro
 def __del__(self):
     logging.debug('destruct DataSource')
     if self.ref: nitropy.nitf_DataSource_destruct(self.ref)