imas_paraview.progress.Progress

class imas_paraview.progress.Progress(update_progress)

Bases: object

__init__(update_progress)

Methods

__init__(update_progress)

increment(increment)

Increments the progress by a specified amount.

set(value)

Sets the progress to a specific value (0 to 1).

increment(increment)

Increments the progress by a specified amount.

Parameters:
increment

amount to increment the progress by.

set(value)

Sets the progress to a specific value (0 to 1).

Parameters:
value

specific value to set the progress to


Last update: 2026-03-11