DeprecatedAlgorithmChecker

This is a Python binding to the C++ class Mantid::API::DeprecatedAlgorithm.

class mantid.api.DeprecatedAlgorithmChecker((object)arg1, (str)algName, (int)version)
__init__((object)arg1, (str)algName, (int)version) → None :

Constructs a DeprecatedAlgorithmChecker for the given algorithm & version. (-1 indicates latest version)

isDeprecated((DeprecatedAlgorithmChecker)arg1) → str :

A string containing a deprecation message if the algorithm is deprecated, empty string otherwise