gustaf.helpers.raise_if#

gustaf/gustaf/helpers/raise_if.py.

Collection of wrapper functions/classes that raises Error with certain behavior

Functions

invalid_inherited_attr(attr_name, qualname)

Returns a function that would behave the same as given function, but would raise AttributeError.

Classes

ModuleImportRaiser(lib_name[, error_message])

Mock imports optional modules if they are not installed.