PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Rename refactorings

Last modified: 11 October 2024

Use the Rename refactoring to change names of symbols, files, variables, functions, packages, modules and all the references to them throughout code.

Renaming local variables or functions can be done easily inline since only the limited scope is affected. Renaming classes or their methods could potentially impact a lot of files. Preview potential changes before you refactor.