Ejemplo n.º 1
0
 def _set_date(self, date):
     """Private method to change the Vector date"""
     return libvect.Vect_set_date(self.c_mapinfo, ctypes.c_char_p(date))
Ejemplo n.º 2
0
 def _set_date(self, date):
     return libvect.Vect_set_date(self.c_mapinfo, ctypes.c_char_p(date))