Initialize the proxy instance. If the proxy have not
been initialized already, this call will call the
python constructor with the auplied arguments.
In some situations is it necesary to call the __initProxy__
method from the java superclass ctor before the ctor makes
call to methods that is overriden in python.
In most sitation the __initProxy__ is called automticly
by the jython runtime.
|