pymor.tools.deprecated¶ Module Contents¶ Classes¶ Deprecated Decorator for marking functions as deprecated. class pymor.tools.deprecated.Deprecated(alt='no alternative given')[source]¶ Decorator for marking functions as deprecated. It will result in a warning being emitted when the function is used. __call__(self, func)[source]¶ __get__(self, obj, ownerClass=None)[source]¶ Return a wrapper that binds self as a method of obj (!)