Simple Components v4.69
- The
procedure Compile
was added to Python bindings in order to get a handle to the compiled module; - The
function Object_Super
of the bindings is an equivalent ofx.super().y
. It returns the implementation of y from the x's parent class.
See full description on Dmitry's dev page