Hi Everyone,I've been enjoying learning Python very much, but have hit a littlesnag. I want a way to find out the name of a class instance from amethod. eg.>>>classinstance=MyClass()>>>classinstance.myname()'classinstance'Is there a way to do this?Thanks,-Timtimothyr at timothyr.com