Bases: object
object
A class to display a spinning cursor in the console while a long-running task is being executed.
Methods
__init__([delay])
__init__
spinner_task()
spinner_task
The task that updates the spinner in the console.
spinning_cursor()
spinning_cursor
A generator that yields a spinning cursor character.
Attributes
busy
delay