pylab_ml.common.spinner.spinner

class spinner(delay=None)[source]

Bases: object

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

__init__(delay=None)[source]

Methods

__init__([delay])

spinner_task()

The task that updates the spinner in the console.

spinning_cursor()

A generator that yields a spinning cursor character.

Attributes

busy

delay

spinner_task()[source]

The task that updates the spinner in the console.

static spinning_cursor()[source]

A generator that yields a spinning cursor character.