Andreas Huesgen wrote:

> is there a way to receive the name of an object passed to a function 
> from within the function.

objects don't have names, so in general, you cannot do that.  see:

http://pyfaq.infogami.com/how-can-my-code-discover-the-name-of-an-object

</F>

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

Reply via email to