Arguments of function as out

Birgit Rahm br_y at yahoo.de
Wed Sep 3 04:37:55 EDT 2003


Hallo Newsgroup,

I have the following problem:
I work with Python 2.2 and invoke functions via CORBA ( I use
onmiORB/omniORBpy) on a server.
The server provides me a function, where the 3 arguments are out-arguments
and the return is void / None.
How can I get these out arguments?
I have read that every argument is seen as local to the function and can not
be used as return value.
(I can't redesign the server function.)
Can I make the 3 arguments global before they were used in the function?
Does this help me?
Or what can I do?

TIA, Birgit







More information about the Python-list mailing list