def write_header(self): """Save the change in the C struct permanently to disk.""" libvect.Vect_write_header(self.c_mapinfo)
def _write_header(self): libvect.Vect_write_header(self.c_mapinfo)