StepperDelegate

class dsviper.StepperDelegate

Bases: object

Progress delegate for long-running operations.

Subclass and override step(action, percent) to receive progress updates.

step(action: str, percent: float) None

Progress callback. Override in a subclass to receive progress updates.