Exemple #1
0
 def description(self):
     """
     Return the description string of the band.
     """
     return force_str(capi.get_band_description(self._ptr))
Exemple #2
0
 def description(self):
     """
     Returns the description string of the band.
     """
     return force_text(capi.get_band_description(self.ptr))
Exemple #3
0
 def description(self):
     """
     Returns the description string of the band.
     """
     return force_text(capi.get_band_description(self._ptr))
from ctypes import byref, c_int