why jedi-vim goto definitions or assignment not working?

后端 未结 0 1334
借酒劲吻你
借酒劲吻你 2021-01-06 16:53

There are two python files as below.

$cat repo.py
class A(object):
        attr_a = \'a\'


$cat run.py
from repo import A
inst = A()
print inst.attr_a


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