예제 #1
0
 def description(self):
     """
     Return the description string of the band.
     """
     return force_str(capi.get_band_description(self._ptr))
예제 #2
0
 def description(self):
     """
     Returns the description string of the band.
     """
     return force_text(capi.get_band_description(self.ptr))
예제 #3
0
파일: band.py 프로젝트: atlassian/django
 def description(self):
     """
     Returns the description string of the band.
     """
     return force_text(capi.get_band_description(self._ptr))
예제 #4
0
from ctypes import byref, c_int