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