skip_backend

uarray.skip_backend(backend)[source]

A context manager that allows one to skip a given backend from processing entirely. This allows one to use another backend’s code in a library that is also a consumer of the same backend.

Parameters

backend – The backend to skip.

See also

set_backend()

A context manager that allows setting of backends.

set_global_backend()

Set a single, global backend for a domain.