This tool can be used to remove holes from the features within a vector polygon file. The user must specify the name of the input vector file, which must be of a polygon VectorGeometryType, and the name of the output file.
def remove_polygon_holes(self, input: Vector) -> Vector: ...