This tool can be used to remove all features in Shapefiles that are of the null VectorGeometryType. It also removes line features with fewer than two vertices and polygon features with fewer than three vertices.
input (Vector): The input Vector object
Vector: the returning value
def clean_vector(self, input: Vector) -> Vector: ...