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