Object Reference question

Aahz aahz at pythoncraft.com
Tue Aug 25 15:32:09 EDT 2009


In article <mailman.164.1250837108.2854.python-list at python.org>,
Hendrik van Rooyen  <hendrik at microcorp.co.za> wrote:
>On Friday 21 August 2009 08:07:18 josef wrote:
>>
>> My main focus of this post is: "How do I find and use object reference
>> memory locations?"
>
>>>> a = [1,2,3,4]
>>>> id(a)
>8347088
>>>>  

Of course, that doesn't actually allow you to do anything...
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"I support family values -- Addams family values" --www.nancybuttons.com



More information about the Python-list mailing list