Pycharm - Cannot find declaration to go to

后端 未结 3 1833
南笙
南笙 2021-01-07 21:13

I changed my project code from python 2.7 to 3.x.

After these changes i get a message \"cannot find declaration to go to\" when hover over any method and press ctrl

3条回答
  •  失恋的感觉
    2021-01-07 21:35

    I had a case where the method was implemented in a base class and Pycharm couldn't find it.

    I solved it by importing the base class into the module I was having trouble with.

提交回复
热议问题