pylab_ml.common.spinner

This script contains a spinner class that can be used to display a spinning cursor in the console while a long-running task is being executed. The spinner class uses a separate thread to update the cursor while the main thread is busy with the task.

Date:

June 16, 2026

Author:

Zlin526F

Classes

spinner([delay])

A class to display a spinning cursor in the console while a long-running task is being executed.