Finding the instance reference of an object

Terry Reedy tjreedy at udel.edu
Sun Nov 9 12:02:01 EST 2008


greg wrote:
>
> No. Passing q by value means that the value of the expression 'q',
> whatever that is in the language concerned, gets assigned to the
> local variable 'p', whatever *that* means in the language concerned.

In other words, as I acknowledged in my other post, one can say that all 
calling is calling by value.




More information about the Python-list mailing list