Re: Passing arguments to function - (The fundamentals are confusing me)
- From: Christopher Subich <spam.csubich+block@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 09 Aug 2005 13:39:38 -0400
Dennis Lee Bieber wrote:
In a more simplistic view, I'd reverse the phrasing... The name "x" is assigned to the object "y" (implying it is no longer attached to whatever used to have the name)
No, because that'd imply that the object 'y' somehow keeps track of the names assigned to it, which is only true from a refcount perspective -- and only on some Python implementations at that. The object is the property of the name, not vice versa.
.
- Follow-Ups:
- Re: Passing arguments to function - (The fundamentals are confusingme)
- From: Terry Reedy
- Re: Passing arguments to function - (The fundamentals are confusingme)
- References:
- Passing arguments to function - (The fundamentals are confusing me)
- From: Gregory Piñero
- Re: Passing arguments to function - (The fundamentals are confusing me)
- From: Christopher Subich
- Re: Passing arguments to function - (The fundamentals are confusing me)
- From: Rocco Moretti
- Passing arguments to function - (The fundamentals are confusing me)
- Prev by Date: Does any one recognize this binary data storage format
- Next by Date: Re: Passing arguments to function - (The fundamentals are confusing me)
- Previous by thread: Re: Passing arguments to function - (The fundamentals are confusing me)
- Next by thread: Re: Passing arguments to function - (The fundamentals are confusingme)
- Index(es):