Data Structures and Algorithms with Object-Oriented Design Patterns in Python
next up previous index

Parameter Passing

Parameter passing in Python is pass-by-reference. It is essential that you understand that when a function is called, the formal parameter names given in the function definition are bound to the objects named by the actual parameters in the function call.


next up previous index

Bruno Copyright © 2003, 2004 by Bruno R. Preiss, P.Eng. All rights reserved.