In article <[email protected]>, <[email protected]> wrote: > >I have a class whose job is to serve several other objects, [...]
Sorry, I'm finding it difficult to understand what you want. It looks to me that you're confusing "object" and "instance", and I think you're also confusing "variable" and "attribute". You might find it helpful to read the following URLs and then re-post with new phrasing: http://docs.python.org/tutorial/classes.html http://starship.python.net/crew/mwh/hacks/objectthink.html http://effbot.org/zone/python-objects.htm -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." --Red Adair -- http://mail.python.org/mailman/listinfo/python-list
