Skip to content

Deprecate TaurusAttribute.isState

Carlos Pascual requested to merge github/fork/cpascual/remove_isState into develop

TaurusAttribute declares isState as an abstract method, but it is tango-centric. All other schemes implement it to return False. Remove implementations from other schemes and substitute the abstract method by a (deprecated) base implementation returning False.

Merge request reports