mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-01 01:33:21 +08:00
rename / goto fully functional
This commit is contained in:
@@ -71,15 +71,18 @@ module_not_exists
|
||||
|
||||
|
||||
|
||||
#< (1,0), (85,17), (75,24), (78,0), (81,17), (4,5)
|
||||
#< (1,0), (75,24), (78,0), (81,17), (4,5), (85,17), (88,17)
|
||||
from import_tree import rename1
|
||||
|
||||
#< (78,8), (3,0), (4,20), (6,0), (81,32), (82,0)
|
||||
#< (78,8), (3,0), (4,20), (6,0), (81,32), (85,32), (82,0)
|
||||
rename1.abc
|
||||
|
||||
#< (78,8), (3,0), (4,20), (6,0), (81,32), (82,0)
|
||||
#< (78,8), (3,0), (4,20), (6,0), (81,32), (85,32), (82,0)
|
||||
from import_tree.rename1 import abc
|
||||
abc
|
||||
|
||||
#< (75, 24),
|
||||
#< 20 (1,0), (4,5), (75,24), (78,0), (81,17), (85,17), (88,17)
|
||||
from import_tree.rename1 import abc
|
||||
|
||||
#< (88, 32),
|
||||
from import_tree.rename1 import not_existing
|
||||
|
||||
Reference in New Issue
Block a user