Refactor with pyCharm from “user” to “self.user”

前端 未结 0 1864
离开以前
离开以前 2021-02-12 16:52

I want to move a variable from local scope to object level. The new code should use self.user and not user like before:

class Foo(objec         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题