[Eric] Is it possible to change the name of a variable at all its
occurrences at one time?
ray
hantechs at gmail.com
Fri Jan 16 12:06:16 GMT 2009
Hi, all
Is it possible to change the name of a variable at all its occurrences one
time? For example, the following code
a_variable_name = 1
print(a_variable_name)
Now I want change the name of the a_variable_name variable to another name,
it's possible to change it at one time? Like the refactor method: rename.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/eric/attachments/20090116/b67c7506/attachment.html
More information about the Eric
mailing list