can this b done

JyotiC jyoti.chhabra at gmail.com
Thu Aug 3 03:00:03 EDT 2006


hi,

i hv a var of type IntVar, ca i get the name of this variable

eg:-
class someclass:
     def somefun(...):
           self.var=IntVar()
            ....

     def someotherfun(...):
           in this fun can i get the name of var.
           as in, can i get name var as a string 'var'

Thanx




More information about the Python-list mailing list