mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Make goto_definitions a lot simpler.
This commit is contained in:
@@ -202,8 +202,9 @@ default_function()
|
||||
def a():
|
||||
l = 3
|
||||
def func_b():
|
||||
#? str()
|
||||
l = ''
|
||||
#? str()
|
||||
l
|
||||
#? ['func_b']
|
||||
func_b
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user