PyCharm - Extract Method Object

Hello!

Is there a way to pull methods (and their local variables) out of a class and put them into a new one? (in the same manner as IntelliJ's extract method object)

Thanks

0

请先登录再写评论。