Hi all,
In my script , I need to get name of list Im using
eg. sat I have following list ...
mca = ["kk","jj"]
Now I want to get name of the list i.e. just 'mca'.
Do anyone know any method/attribute so that I can get name of list
NOTE: 'classobj' has in built method '__name__' which gives name of class but Im not able to find anything similar for list
Thanks in advance...
rgds,
Ab
In my script , I need to get name of list Im using
eg. sat I have following list ...
mca = ["kk","jj"]
Now I want to get name of the list i.e. just 'mca'.
Do anyone know any method/attribute so that I can get name of list
NOTE: 'classobj' has in built method '__name__' which gives name of class but Im not able to find anything similar for list
Thanks in advance...
rgds,
Ab
Comment