Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb27b45e

Browse files
committed
Document how to use Module Move refactoring
1 parent7cab7d4 commitb27b45e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎doc/pymode.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,14 @@ module that must already by imported in the namespace of the original module,
632632
All references to the object being moved will be updated to point to the
633633
new location.
634634

635+
Moving module variable/class/function into a package
636+
637+
It happens when you perform move refactoring on a name referencing a module.
638+
In this refactoring, the module being refactored will be moved to a destination
639+
package that must already be imported into the namespace of the original
640+
module. All references to the object being moved will be updated to point
641+
to the new location.
642+
635643
>
636644
let g:pymode_rope_move_bind = '<C-c>rv'
637645

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp