def _set_comment(self, comm): """Private method to set the Vector comment""" return libvect.Vect_set_comment(self.c_mapinfo, ctypes.c_char_p(comm))
def _set_comment(self, comm): return libvect.Vect_set_comment(self.c_mapinfo, ctypes.c_char_p(comm))