no pass-values calling?

J. Peng peng.kyo at gmail.com
Tue Jan 15 22:09:09 EST 2008


Hello,

I saw this statement in Core Python Programming book,

All arguments of function calls are made by reference, meaning that
any changes to these parameters within the function
affect the original objects in the calling function.


Does this mean there is not pass-values calling to a function in
python? only pass-reference calling? Thanks!



More information about the Python-list mailing list