Info¶
Must Override¶
May Override¶
- BaseInfo._getAttr(attr)[source]¶
Subclasses may override this method.
If a subclass does not override this method, it must implement ‘_get_attributeName’ methods for all Info methods.
- BaseInfo._init(*args, **kwargs)¶
Subclasses may override this method.
- BaseInfo._interpolate(factor, minInfo, maxInfo, round=True, suppressError=True)[source]¶
Subclasses may override this method.
- BaseInfo._setAttr(attr, value)[source]¶
Subclasses may override this method.
If a subclass does not override this method, it must implement ‘_set_attributeName’ methods for all Info methods.
- BaseInfo.copyData(source)¶
Subclasses may override this method. If so, they should call the super.