def line(self, line): """Rast_history_line""" return libraster.Rast_history_line(self.c_hist, ctypes.c_int(line))
def line(self, line): """Rast_history_line""" libraster.Rast_history_line(ctypes.byref(self.hist), ctypes.c_int(line))