Re: Confused yet again: Very Newbie Question
- From: "Jerry Hill" <malaclypse2@xxxxxxxxx>
- Date: Mon, 7 Jul 2008 09:54:49 -0400
On Mon, Jul 7, 2008 at 7:30 AM, mcl <mcl.office@xxxxxxxxxxxxxx> wrote:
I did not think you had to make the distinction between 'byvar' and
'byref' as in Basic.
Python does not use "call by value" or "call by reference" semantics.
Instead, python's model is "call by object". See this writeup for
some details: http://effbot.org/zone/call-by-object.htm
--
Jerry
.
- References:
- Confused yet again: Very Newbie Question
- From: mcl
- Confused yet again: Very Newbie Question
- Prev by Date: Re: yo...
- Next by Date: Re: Freesoftware for auto/intelligent code completing in Python
- Previous by thread: Re: Confused yet again: Very Newbie Question
- Next by thread: Re: Confused yet again: Very Newbie Question
- Index(es):