whitecanvas.backend package

Subpackages

Module contents

class whitecanvas.backend.Backend(name: whitecanvas.backend._instance.Backend | str | None = None)[source]

Bases: object

The backend of plots.

property app: str

Name of the application.

get(attr: str)[source]

Get an object from the current backend.

has(attr: str) bool[source]

Check if the current backend has an object.

property name: str

Name of the backend.

whitecanvas.backend.patch_dummy_backend()[source]