Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

nilearn.exceptions.MaskWarning

class nilearn.exceptions.MaskWarning[source]

Custom warning related to masks.

Added in version 0.13.0dev.

__init__(*args, **kwargs)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.