PyCharm 2.7.2 Web Help

1.5+

Refactor | Move
F6F6


The Move Class refactoring dialog box is invoked for the classes and functions in the Python files, opened in the editor. The import statements referencing the class are updated accordingly.

ItemDescription
Move classThis read-only field shows the name of the class 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.

See Also

Procedures:

Web Resources: