Call by Reference / Value

Frank Rotermund frankr at first-mind.de
Thu Apr 13 12:16:05 EDT 2000


Hello

I'm building an interface between Python and a library written in C by using
Swig.
My problem is, that many methods of the library are changing the parameters
that
are given to them.
Is there a way, to tell Python that it should work on with the changed
values after
a method-call.

Thanks in advance!





More information about the Python-list mailing list