Grant Edwards <invalid@invalid.invalid> writes:

[...]
> Or to be a bit obtuse: Python parameters are passed by value, but all
> values are references.

Exactly, that's a perfect description. There's is no need for a new
name. As a corollary, all names (including "variables" and object
attributes) are references.

-- Alain.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to