コード例 #1
0
ファイル: history.py プロジェクト: starseeker/archival
 def line(self, line):
     """Rast_history_line"""
     return libraster.Rast_history_line(self.c_hist, ctypes.c_int(line))
コード例 #2
0
 def line(self, line):
     """Rast_history_line"""
     libraster.Rast_history_line(ctypes.byref(self.hist),
                                 ctypes.c_int(line))