Are you looking for this type of thing?

class Test:
    value = 900

t = Test()
d['1'] = t
d['2'] = t
d['3'] = t

d['3'].value = 800
d['1'].value

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to