PyCharm 2016.2 Help

Move Class/Function Dialog

Refactor | Move
F6


The Move Class or Move Function refactoring dialog box is invoked for the classes and functions in the Python files, selected in the Project view, or opened in the editor. The import statements are updated accordingly.

ItemDescription
Move class/functionThis read-only field shows the name of the class or function to be moved, in the format <file name>.<class name>, or function <function name>.
To fileSpecify the fully-qualified path to the target file, where the selected class or function should be moved. Click the browse button browseButton to find the desired location.

See Also

Last modified: 23 November 2016