PyCharm Edu 2019.1 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.

Item

Description

Move class/function

This read-only field shows the name of the class or function to be moved, in the format <filename>.<class name>, or function <function name>.

To file

Specify 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.

Last modified: 29 June 2019