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