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))
def _set_date(self, date): return libvect.Vect_set_date(self.c_mapinfo, ctypes.c_char_p(date))