Comment on Is Python call-by-value or call-by-reference? Neither.parentComments−lvh13yThat is correct: the object reference is copied into the caller's symbol table when calling. Hence, CBV.
Comments
That is correct: the object reference is copied into the caller's symbol table when calling. Hence, CBV.