how to get a class instance name during creation?

dmitrey dmitrey.kroshko at scipy.org
Fri Oct 3 14:04:01 EDT 2008


hi all,
I have a code
z = MyClass(some_args)
can I somehow get info in MyClass __init__ function that user uses "z"
as name of the variable?

I.e. to have __init__ function that creates field z.name with value
"z".

Thank you in advance, D.



More information about the Python-list mailing list