Simple Components v4.69
- The
procedure Compilewas added to Python bindings in order to get a handle to the compiled module; - The
function Object_Superof 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
