Python Args By Reference

Joseph Garvin k04jg02 at kzoo.edu
Tue May 10 16:06:33 EDT 2005


ncf 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.
>
>Many thanks in advance.
>
>-Wes
>
>  
>

All mutable types in python are passed by reference automatically.



More information about the Python-list mailing list