Skip to contents

metamorphose() is a method that transforms a model module into a model module of a different (non-inheriting) class.

Usage

metamorphose(x, ...)

Arguments

x

A model module (an instance of a class that inherits from Ready4Module)

...

Additional arguments

Value

A model module (an instance of a class that inherits from Ready4Module) of a different class to that supplied to the method.