pymor.tools.deprecated

Module Contents

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.