Ejemplo n.º 1
0
 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))
Ejemplo n.º 2
0
 def _set_title(self, title):
     libvect.Vect_set_map_name(self.c_mapinfo, ctypes.c_char_p(title))