def _set_title(self, title): """Private method to change the Vector title""" libvect.Vect_set_map_name(self.c_mapinfo, ctypes.c_char_p(title))
def _set_title(self, title): libvect.Vect_set_map_name(self.c_mapinfo, ctypes.c_char_p(title))