Features

Must Override

BaseFeatures._get_text()[source]

This is the environment implementation of BaseFeatures.text. This must return a String.

Subclasses must override this method.

BaseFeatures._set_text(value)[source]

This is the environment implementation of BaseFeatures.text. value will be a String.

Subclasses must override this method.

May Override

BaseFeatures._init(*args, **kwargs)

Subclasses may override this method.

BaseFeatures.copyData(source)

Subclasses may override this method. If so, they should call the super.