def short( self, name, maptype, ): """Rast_short_history""" libraster.Rast_short_history(ctypes.c_char_p(name), ctypes.c_char_p(maptype), ctypes.byref(self.hist))
def short(self): """Rast_short_history""" libraster.Rast_short_history(self.name, 'raster', self.c_hist)