On 2005-05-10, ncf <[EMAIL PROTECTED]> wrote:

> Hello all, I was wondering if there was any way to pass arguments
> (integer and such) by reference (address of), rather than by value.

Yes.  All arguments are passed by reference.  This must be in
the FAQ somewhere...

Sure enough.  30 seconds of browsing the FAQ yielded this:

http://www.python.org/doc/faq/programming.html#how-do-i-write-a-function-with-output-parameters-call-by-reference

-- 
Grant Edwards                   grante             Yow!  Wow! Look!! A stray
                                  at               meatball!! Let's interview
                               visi.com            it!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to