mne.utils.deprecated¶
- class mne.utils.deprecated(extra='')[source]¶
Mark a function, class, or method as deprecated (decorator).
Originally adapted from sklearn and http://wiki.python.org/moin/PythonDecoratorLibrary, then modified to make arguments populate properly following our verbose decorator methods based on externals.decorator.
- Parameters
- extra
str
Extra information beyond just saying the class/function/method is deprecated.
- extra
Methods
__hash__
(/)Return hash(self).